diff --git a/debug.go b/debug.go index a121591a..16c5cbd6 100644 --- a/debug.go +++ b/debug.go @@ -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 {