Skip to content

Commit 00272ca

Browse files
committed
Update Parsing.cpp
Remove DEBUG enabled by default
1 parent 1d0222c commit 00272ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WebServer/src/Parsing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "WiFiClient.h"
2525
#include "ESP8266WebServer.h"
2626

27-
#define DEBUG
27+
//#define DEBUG
2828
#define DEBUG_OUTPUT Serial
2929

3030
bool ESP8266WebServer::_parseRequest(WiFiClient& client) {

0 commit comments

Comments
 (0)