diff options
Diffstat (limited to 'getgov.c')
-rw-r--r-- | getgov.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |