Skip to content

Commit 764d5b8

Browse files
committed
remove serial
1 parent 7e33211 commit 764d5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HTTPSServerConstants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifdef HTTPS_LOGTIMESTAMP
1616
#define HTTPS_LOGTAG(LVL) Serial.printf("[HTTPS:" LVL ":%10lu] ", millis())
1717
#else
18-
#define HTTPS_LOGTAG(LVL) Serial.print("[HTTPS:" LVL "] ")
18+
// #define HTTPS_LOGTAG(LVL) Serial.print("[HTTPS:" LVL "] ")
1919
#endif
2020

2121
#if HTTPS_LOGLEVEL > 0

0 commit comments

Comments
 (0)