... haha
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -15,7 +15,7 @@ const ( | ... | @@ -15,7 +15,7 @@ const ( |
| 15 | 15 | ||
| 16 | var ( | 16 | var ( |
| 17 | // DebugLevel = Debug_Queries | 17 | // DebugLevel = Debug_Queries |
| 18 | Debug = true | 18 | Debug = false |
| 19 | DebugLog = NewLog(os.Stderr) | 19 | DebugLog = NewLog(os.Stderr) |
| 20 | DefaultRowsLimit = 1000 | 20 | DefaultRowsLimit = 1000 |
| 21 | DefaultRelsDepth = 5 | 21 | DefaultRelsDepth = 5 | ... | ... |
-
Please register or sign in to post a comment