Merge 448a144192015fd465836471a1d77b3c44f8327f into 3f95933c3d8ab010c1454b35b6dd8b534948f928

This commit is contained in:
Div Shekhar 2017-06-06 16:28:29 +00:00 committed by GitHub
commit 622b2f4dad

View File

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