Skip to content

Commit 2a31f26

Browse files
committed
test: disable debug flags
1 parent 687dcd5 commit 2a31f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#include "sqlite3.h"
2222
#endif
2323

24-
#define CLOUDSYNC_DEBUG_FUNCTIONS 1
24+
#define CLOUDSYNC_DEBUG_FUNCTIONS 0
2525
#define CLOUDSYNC_DEBUG_DBFUNCTIONS 0
26-
#define CLOUDSYNC_DEBUG_SETTINGS 1
26+
#define CLOUDSYNC_DEBUG_SETTINGS 0
2727
#define CLOUDSYNC_DEBUG_SQL 0
2828
#define CLOUDSYNC_DEBUG_VTAB 0
2929
#define CLOUDSYNC_DEBUG_MEMORY 0

0 commit comments

Comments
 (0)