From d32ef4329cce794a2ef0fb127a4e457bf74ff427 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 1 Apr 2007 13:21:59 -0400 Subject: Remove some debug print statements that were left in on accident Signed-off-by: Dan McGee --- src/pacman/pacman.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 21076071..98fcd98e 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -200,8 +200,6 @@ static void localize() { static int init = 0; if (!init) { - printf("debug: PACKAGE: %s\n", PACKAGE); - printf("debug: LOCALEDIR: %s\n", LOCALEDIR); setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); -- cgit v1.2.3