diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-21 03:13:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | 24ee6bcc7ef8877ff00bbafc003aac76d756f9bc (patch) | |
tree | 6ca249e9b05ac3a499b8054f215e6583a2cd9c3e | |
parent | 1933ca480c35490d83996a1d63a9aa585b0fd543 (diff) |
Disable sql debug
-rw-r--r-- | project.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 6c4316a..3e540ad 100644 --- a/project.conf +++ b/project.conf @@ -8,8 +8,8 @@ tests = "tests" [config] expose_include_dirs = ["include"] -[define] -ODHTDB_SQL_DEBUG = "1" +#[define] +#ODHTDB_SQL_DEBUG = "1" [dependencies] opendht = "1.7.0" |