Skip to content

Commit

Permalink
Removed debuggng printf() from cmd-guigl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zevv committed Jun 14, 2015
1 parent 201301f commit 4f3180a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/duc/cmd-guigl.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void cb_winsize(GLFWwindow* window, int w, int h)
win_w = w;
win_h = h;
glViewport(0, 0, win_w, win_h);
printf("%d %d\n", win_w, win_h);
}


Expand Down

0 comments on commit 4f3180a

Please sign in to comment.