aboutsummaryrefslogtreecommitdiff
path: root/getgov.c
diff options
context:
space:
mode:
Diffstat (limited to 'getgov.c')
-rw-r--r--getgov.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/getgov.c b/getgov.c
index df648a4..68732a8 100644
--- a/getgov.c
+++ b/getgov.c
@@ -72,8 +72,6 @@ bool gg_current(int core, char* out, int size)
gchar* newline = g_strrstr(out, "\n");
*newline = '\0';
- debug("Current gov for core %d is '%s'\n",core,out);
-
fclose(fd);
free(path);
return true;