Skip to content

Commit 6b7c355

Browse files
committed
cleanup
1 parent 15a0d09 commit 6b7c355

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/esp8266/ESP8266AWSImplentations.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,9 @@ bool Esp8266HttpClient::usesCurl() {
5959
}
6060

6161
Esp8266DateTimeProvider::Esp8266DateTimeProvider() {
62-
/* No need to sync, spark sychronizes time on startup. */
63-
//strcpy(dateTime, updateCurTime2(client2));
6462
}
6563

6664
const char* Esp8266DateTimeProvider::getDateTime() {
67-
// return "20151224120100";
6865
return updateCurTime();
6966
}
7067
bool Esp8266DateTimeProvider::syncTakesArg(void) {

0 commit comments

Comments
 (0)