Removed debug output

This commit is contained in:
Bert 2011-02-17 14:58:15 +01:00
parent e09a6b5e3f
commit ac747c3f91
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ void tns_render(tns_t *tns, win_t *win) {
if (!tns || !win) if (!tns || !win)
return; return;
printf("tns_render()\n");
tns->cols = win->w / thumb_dim; tns->cols = win->w / thumb_dim;
tns->rows = win->h / thumb_dim; tns->rows = win->h / thumb_dim;