Cosmetic changes

This commit is contained in:
Manu Mtz-Almeida
2015-03-23 06:03:12 +01:00
parent 3e3ced70d4
commit 48fec0650d
7 changed files with 34 additions and 20 deletions
-10
View File
@@ -51,13 +51,3 @@ func SetMode(value string) {
func Mode() string {
return mode_name
}
func IsDebugging() bool {
return gin_mode == debugCode
}
func debugPrint(format string, values ...interface{}) {
if IsDebugging() {
log.Printf("[GIN-debug] "+format, values...)
}
}