mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-20 06:05:10 +00:00
Removed print statement
This commit is contained in:
@@ -46,8 +46,6 @@ func buildApp(args []string) {
|
|||||||
mode = args[2]
|
mode = args[2]
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("mode:", mode)
|
|
||||||
|
|
||||||
if !revel.Initialized {
|
if !revel.Initialized {
|
||||||
revel.Init(mode, appImportPath, "")
|
revel.Init(mode, appImportPath, "")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user