diff options
author | axtlos <axtlos@getcryst.al> | 2024-05-28 21:44:55 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-05-28 21:44:55 +0200 |
commit | 97ad7eece798776d2b38e29ce0b0b216309e3ef1 (patch) | |
tree | c1547ef6d5a7727c797807b4b3a56eb804171ca5 | |
parent | ff0328765c04614701bbfe793bb228cd63f1b2fc (diff) | |
download | autodarkmode-97ad7eece798776d2b38e29ce0b0b216309e3ef1.tar.gz autodarkmode-97ad7eece798776d2b38e29ce0b0b216309e3ef1.tar.bz2 |
Remove debug prints
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,7 +54,6 @@ get_gclue_location (GClueSimple *simple) void on_dark (void) { - g_print ("on dark"); char *home = getenv ("HOME"); char *darklock; if (home != NULL) { @@ -84,7 +83,6 @@ on_dark (void) void on_light (void) { - g_print ("on light\n"); char *home = getenv ("HOME"); char *darklock; if (home != NULL) { |