Skip to content

Commit 185cf93

Browse files
committed
remove debug msg
1 parent fa7d9ed commit 185cf93

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

AuthClient.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ void AuthClient::init(char* appid, char* scope, unsigned long bts) {
2222
}
2323

2424
bool AuthClient::connect() {
25-
26-
Serial.println(GEARAUTHHOST);
27-
2825
if (client->connect(GEARAUTHHOST,GEARAUTHPORT)) {
2926
return true;
3027
}
@@ -370,10 +367,6 @@ int AuthClient::getGearToken(char mode, char* token, char* tokensecret, char* en
370367
return httpstatus;
371368
}
372369
}
373-
374-
375-
376-
377370
}
378371
else {
379372
return 0;

0 commit comments

Comments
 (0)