Skip to content

Commit 5bea722

Browse files
committed
Disable verbose debug output per default
1 parent 2c8e67b commit 5bea722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIoTC_Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#endif
4444

4545
#ifndef DBG_VERBOSE
46-
#define DBG_VERBOSE(fmt, ...) Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
46+
#define DBG_VERBOSE(fmt, ...) //Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
4747
#endif
4848

4949
/******************************************************************************

0 commit comments

Comments
 (0)