Skip to content

Commit ab330f7

Browse files
committed
Removed debug code.
1 parent 58ddc92 commit ab330f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/CayenneMQTTYunClient.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ class CayenneMQTTYunClient : public CayenneArduinoMQTTClient
3535
void begin(const char* username, const char* password, const char* clientID)
3636
{
3737
Bridge.begin();
38-
CAYENNE_LOG("bridge begin");
39-
Process p;
40-
p.runShellCommand("wifi up");
41-
while (p.running());
42-
CAYENNE_LOG("wifi up");
4338
CayenneArduinoMQTTClient::begin(_bridgeClient, username, password, clientID);
4439
}
4540

0 commit comments

Comments
 (0)