Skip to content

Commit

Permalink
Remove debug print that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoe committed Jan 5, 2021
1 parent ff0a09f commit 2df787c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mon-gnome.c
Expand Up @@ -125,7 +125,6 @@ dcc_create_state_colors (void)
enum dcc_phase i_state;
for (i_state = 0; i_state <= DCC_PHASE_DONE; i_state++)
{
printf("fisk state: %d, color: %s\n", i_state, task_color_string[i_state]);
gdk_rgba_parse(&task_color[i_state],task_color_string[i_state]);
}
}
Expand Down

0 comments on commit 2df787c

Please sign in to comment.