Update Doorbell-Sender.ino

This commit is contained in:
2018-10-05 18:09:10 +00:00
parent bc40ec44fc
commit 9178896166
-1
View File
@@ -61,7 +61,6 @@ void loop() {
} }
else { else {
Serial.println("Error on HTTP request"); Serial.println("Error on HTTP request");
Serial.println(httpCode);
} }
http.end(); http.end();