aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-05-28 21:44:55 +0200
committeraxtlos <axtlos@getcryst.al>2024-05-28 21:44:55 +0200
commit97ad7eece798776d2b38e29ce0b0b216309e3ef1 (patch)
treec1547ef6d5a7727c797807b4b3a56eb804171ca5 /src/main.c
parentff0328765c04614701bbfe793bb228cd63f1b2fc (diff)
downloadautodarkmode-97ad7eece798776d2b38e29ce0b0b216309e3ef1.tar.gz
autodarkmode-97ad7eece798776d2b38e29ce0b0b216309e3ef1.tar.bz2
Remove debug prints
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 2aa6e4b..6302e51 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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) {