Skip to content

Commit ecfd54e

Browse files
author
Zhang Jun Hao
committed
feat(wpa): disable wpa debug by default
1 parent 1c7a0b7 commit ecfd54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/wpa_supplicant/include/wpa/wpa_debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ void wpa_debug_print_timestamp(void);
5858
*
5959
* Note: New line '\n' is added to the end of the text when printing to stdout.
6060
*/
61-
#define DEBUG_PRINT
62-
#define MSG_PRINT
61+
//#define DEBUG_PRINT
62+
//#define MSG_PRINT
6363

6464
/**
6565
* wpa_hexdump - conditional hex dump

0 commit comments

Comments
 (0)