From dfcfa929945868f582c4ab0e36d969f24b423c87 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 22 Oct 2007 11:25:37 +0200 Subject: [PATCH] remove useless printf() --- layout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/layout.c b/layout.c index 8272bc17b..a6132007a 100644 --- a/layout.c +++ b/layout.c @@ -190,9 +190,7 @@ uicb_setlayout(awesome_config * awesomeconf, /* compute current index */ for(i = 0; i < awesomeconf->nlayouts && &awesomeconf->layouts[i] != get_current_layout(awesomeconf->tags, awesomeconf->ntags); i++); - printf("current i %d\n", i); i = compute_new_value_from_arg(arg, (double) i); - printf("next i %d\n", i); if(i >= awesomeconf->nlayouts) i = 0; else if(i < 0)