From 448a144192015fd465836471a1d77b3c44f8327f Mon Sep 17 00:00:00 2001 From: Div Shekhar Date: Sun, 3 Apr 2016 19:04:56 -0700 Subject: [PATCH] Dont change log flags --- debug.go | 4 ---- 1 file changed, 4 deletions(-) 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 {