From c374f7fcf02068622e20682599903a7f7743ca0d Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 29 Nov 2012 02:10:23 +0100 Subject: [PATCH] Removed debug statements --- atari/toolbar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atari/toolbar.c b/atari/toolbar.c index 1c3a17c56..8a29a532d 100644 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -192,7 +192,6 @@ static void tb_txt_request_redraw(void *data, int x, int y, int w, int h) { GRECT area; - printf("data: %p\n", data); struct s_toolbar * tb = (struct s_toolbar *)data; toolbar_get_grect(tb, TOOLBAR_URL_AREA, &area); @@ -526,7 +525,7 @@ void toolbar_get_grect(struct s_toolbar *tb, short which, GRECT *dst) dst->g_w = aes_toolbar[which].ob_width; dst->g_h = aes_toolbar[which].ob_height; - printf("Toolbar get grect (%d): ", which); + //printf("Toolbar get grect (%d): ", which); dbg_grect("", dst); }