Skip to content

Commit

Permalink
fix: removed exit() and print() function used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jul 5, 2023
1 parent f167dc9 commit 2eca189
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ublue-update
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ dbus_notify = load_value("notify","dbus_notify")
min_battery_percent = load_value("checks","battery_percent")
max_cpu_load = load_value("checks","cpu_load")

print(dbus_notify, min_battery_percent, max_cpu_load)

exit()
# setup logging
logging.basicConfig(
format="[%(asctime)s] %(name)s:%(levelname)s | %(message)s",
Expand Down

0 comments on commit 2eca189

Please sign in to comment.