diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-21 03:13:34 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-21 03:13:37 +0200 |
commit | c9cd77556707c9c0d866d206395dd0312deead98 (patch) | |
tree | 8a9049c112d18cede517a8af0332a7915e1d660a | |
parent | 72e5d3e6495fad1edbc3b8c4f7eb4941dbd873bd (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" |