Dont change log flags

This commit is contained in:
Div Shekhar 2016-04-03 19:04:56 -07:00
parent 233291e4e2
commit 448a144192

View File

@ -10,10 +10,6 @@ import (
"log" "log"
) )
func init() {
log.SetFlags(0)
}
// IsDebugging returns true if the framework is running in debug mode. // IsDebugging returns true if the framework is running in debug mode.
// Use SetMode(gin.Release) to switch to disable the debug mode. // Use SetMode(gin.Release) to switch to disable the debug mode.
func IsDebugging() bool { func IsDebugging() bool {