remove dead code after log.Fatal call (#371)

Found using https://go-critic.github.io/overview#deadCodeAfterLogFatal-ref
This commit is contained in:
Iskander (Alex) Sharipov 2018-09-14 01:42:43 +01:00 committed by Bo-Yi Wu
parent 83493949ac
commit 82c3ceb70d
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ func main() {
if err = gorush.InitLog(); err != nil {
log.Fatalf("Can't load log module, error: %v", err)
return
}
// set http proxy for GCM