Skip to content

Commit 927eb6a

Browse files
committed
Removing some useless debug
1 parent a169532 commit 927eb6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@ loop() {
192192
// -------------------------------------------------------------------
193193
// Do these things once every 30 seconds
194194
// -------------------------------------------------------------------
195-
if ((millis() - Timer1) >= 30000) {
196-
DBUGLN("Time1");
197-
195+
if ((millis() - Timer1) >= 30000)
196+
{
198197
if(!Update.isRunning())
199198
{
200199
if(config_ohm_enabled()) {

0 commit comments

Comments
 (0)