remove dbg print

This commit is contained in:
Umputun
2018-08-30 01:53:02 -05:00
parent 8b3821e797
commit 78c27caa7d
-1
View File
@@ -264,7 +264,6 @@ func (s *ServerCommand) newServerApp() (*serverApp, error) {
// Run all application objects
func (a *serverApp) run(ctx context.Context) error {
log.Printf("%+v", a)
if a.DevPasswd != "" {
log.Printf("[WARN] running in dev mode")
}