diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-09-01 17:31:09 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-09-01 17:31:09 +1200 |
commit | b6338e7753d0862276d7ed38eab2a19d8b6544b6 (patch) | |
tree | 15ff198faf468bab10e351cd7c59d7bb3f06c8a4 /reload.c | |
parent | 956a6261ebfdf8fb3346b8935d0ec59c1c26df7c (diff) | |
download | paramano-b6338e7753d0862276d7ed38eab2a19d8b6544b6.tar.xz |
Removed old debug swarf
Diffstat (limited to 'reload.c')
-rw-r--r-- | reload.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -25,8 +25,6 @@ ************************************************************************/ void reload_config() { - debug("Reloading config\n"); - // Reload config config_init(); @@ -34,6 +32,5 @@ void reload_config() DEFAULT_SHOW_BATTERY? bat_tray_show() : bat_tray_hide(); // Update governor and frequency defaults - debug("Re-init freq tray\n"); tray_set_defaults(); } |