logger, pow/dagger, pow/ezp: delete dead code

This commit is contained in:
Felix Lange
2017-01-06 16:55:03 +01:00
parent f2da6581ba
commit 13e3b2f433
20 changed files with 3 additions and 1440 deletions

View File

@ -67,7 +67,6 @@ func Fatalf(format string, args ...interface{}) {
}
}
fmt.Fprintf(w, "Fatal: "+format+"\n", args...)
logger.Flush()
os.Exit(1)
}