Skip to content

Commit

Permalink
remove un-necessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 20, 2024
1 parent f604842 commit 05036f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def WriteDeviceList(self, count): # sourcery skip: merge-nested-ifs
# In case count = -1 we request to force a write also on the Domoticz Database (when onStop is called)
# When count = 0 we force a write

self.log.logging("Database", "Log", "WriteDeviceList %s %s" %(self.HBcount, count))
if count != -1 and self.HBcount < count:
self.HBcount = self.HBcount + 1
return
Expand Down

0 comments on commit 05036f4

Please sign in to comment.