Skip to content

Commit 137410e

Browse files
authored
Silence debug output (#1404)
This is probably a left over from debugging, can we remove or at least move it to a DEBUG_WM
1 parent 86e413d commit 137410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiFiManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ String WiFiManager::getParamOut(){
16671667
char valLength[5];
16681668

16691669
for (int i = 0; i < _paramsCount; i++) {
1670-
Serial.println((String)_params[i]->_length);
1670+
//Serial.println((String)_params[i]->_length);
16711671
if (_params[i] == NULL || _params[i]->_length == 0 || _params[i]->_length > 99999) {
16721672
// try to detect param scope issues, doesnt always catch but works ok
16731673
#ifdef WM_DEBUG_LEVEL

0 commit comments

Comments
 (0)