diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mobius-hotline-client/main.go | 1 | ||||
| -rw-r--r-- | cmd/mobius-hotline-server/main.go | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cmd/mobius-hotline-client/main.go b/cmd/mobius-hotline-client/main.go index 33100bf..72b581b 100644 --- a/cmd/mobius-hotline-client/main.go +++ b/cmd/mobius-hotline-client/main.go @@ -74,7 +74,6 @@ func main() { client := hotline.NewUIClient(*configDir, logger) client.DebugBuf = db client.UI.Start() - } func newZapCore(level zapcore.Level, syncer zapcore.WriteSyncer) zapcore.Core { diff --git a/cmd/mobius-hotline-server/main.go b/cmd/mobius-hotline-server/main.go index 4fa28c2..c5eea27 100644 --- a/cmd/mobius-hotline-server/main.go +++ b/cmd/mobius-hotline-server/main.go @@ -87,7 +87,6 @@ func main() { logger.Fatal(err) } logger.Infow("Config dir initialized at " + *configDir) - } else { logger.Infow("Existing config dir found. Skipping initialization.") } @@ -232,7 +231,6 @@ func copyDir(src, dst string) error { } f.Close() } - } return nil |