Skip to content

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburhenn committed Nov 14, 2016
1 parent 58ddc92 commit ab330f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CayenneMQTTYunClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ class CayenneMQTTYunClient : public CayenneArduinoMQTTClient
void begin(const char* username, const char* password, const char* clientID)
{
Bridge.begin();
CAYENNE_LOG("bridge begin");
Process p;
p.runShellCommand("wifi up");
while (p.running());
CAYENNE_LOG("wifi up");
CayenneArduinoMQTTClient::begin(_bridgeClient, username, password, clientID);
}

Expand Down

0 comments on commit ab330f7

Please sign in to comment.