From ac747c3f91e7723d6d08a34f94d45cd36587c48d Mon Sep 17 00:00:00 2001
From: Bert <ber.t@gmx.com>
Date: Thu, 17 Feb 2011 14:58:15 +0100
Subject: [PATCH] Removed debug output

---
 thumbs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/thumbs.c b/thumbs.c
index a5b98fa..bac00d9 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -85,8 +85,6 @@ void tns_render(tns_t *tns, win_t *win) {
 
 	if (!tns || !win)
 		return;
-	
-	printf("tns_render()\n");
 
 	tns->cols = win->w / thumb_dim;
 	tns->rows = win->h / thumb_dim;