aboutsummaryrefslogtreecommitdiff
path: root/getgov.c
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-01 17:31:09 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-01 17:31:09 +1200
commitb6338e7753d0862276d7ed38eab2a19d8b6544b6 (patch)
tree15ff198faf468bab10e351cd7c59d7bb3f06c8a4 /getgov.c
parent956a6261ebfdf8fb3346b8935d0ec59c1c26df7c (diff)
downloadparamano-b6338e7753d0862276d7ed38eab2a19d8b6544b6.tar.xz
Removed old debug swarf
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;