Do not display wifi psswd in serial

This commit is contained in:
Mathieu Maret 2016-12-09 22:56:26 +01:00
parent 13c2d23330
commit d20d756677
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ void setup() {
SKETCH_DEBUG_PRINTLN("Configuration Found !:");
SKETCH_DEBUG_PRINTLN(conf.bootMode);
SKETCH_DEBUG_PRINTLN(conf.ssid);
SKETCH_DEBUG_PRINTLN(conf.password);
SKETCH_DEBUG_PRINTLN(conf.host);
SKETCH_DEBUG_PRINTLN(conf.mqttServer);
SKETCH_DEBUG_PRINTLN(conf.mqttUser);