Skip to content

Commit

Permalink
Silence debug output (#1404)
Browse files Browse the repository at this point in the history
This is probably a left over from debugging, can we remove or at least move it to a DEBUG_WM
  • Loading branch information
mazgch authored May 8, 2022
1 parent 86e413d commit 137410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ String WiFiManager::getParamOut(){
char valLength[5];

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

0 comments on commit 137410e

Please # to comment.