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

@ -168,7 +168,6 @@ func init() {
}
app.After = func(ctx *cli.Context) error {
logger.Flush()
debug.Exit()
console.Stdin.Close() // Resets terminal mode.
return nil