Skip to content

Commit

Permalink
Remove logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Nov 15, 2019
1 parent cda3180 commit 699a7a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dimmertask.ino
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ bool defaultTimersLoaded() {
//find 'default.aqu' on selected storage and if present load the timerdata from this file
//return true on success
//return false on error

if ( !FFat.exists( defaultTimerFile ) ) {
ESP_LOGI( TAG, "No default timer file found. [%s]", defaultTimerFile );
return false;
}

Expand Down

0 comments on commit 699a7a2

Please sign in to comment.