Remove some debug print statements that were left in on accident

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-04-01 13:21:59 -04:00
parent dea03d715b
commit d32ef4329c
1 changed files with 0 additions and 2 deletions

View File

@ -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);