From 402932aa6e6320d5aea5533549875e5117a54c24 Mon Sep 17 00:00:00 2001 From: slene Date: Fri, 9 Aug 2013 14:04:33 +0800 Subject: [PATCH] ... haha --- orm/orm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/orm.go b/orm/orm.go index da6b827c..d14ef152 100644 --- a/orm/orm.go +++ b/orm/orm.go @@ -15,7 +15,7 @@ const ( var ( // DebugLevel = Debug_Queries - Debug = true + Debug = false DebugLog = NewLog(os.Stderr) DefaultRowsLimit = 1000 DefaultRelsDepth = 5