Removed print statement

This commit is contained in:
Jeevanandam M
2016-05-23 22:31:35 -07:00
parent a7fb140b7a
commit 2e0697adf2

View File

@@ -46,8 +46,6 @@ func buildApp(args []string) {
mode = args[2]
}
fmt.Println("mode:", mode)
if !revel.Initialized {
revel.Init(mode, appImportPath, "")
}