Remove some debug print statements that were left in on accident
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
dea03d715b
commit
d32ef4329c
1 changed files with 0 additions and 2 deletions
|
@ -200,8 +200,6 @@ static void localize()
|
||||||
{
|
{
|
||||||
static int init = 0;
|
static int init = 0;
|
||||||
if (!init) {
|
if (!init) {
|
||||||
printf("debug: PACKAGE: %s\n", PACKAGE);
|
|
||||||
printf("debug: LOCALEDIR: %s\n", LOCALEDIR);
|
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||||
textdomain(PACKAGE);
|
textdomain(PACKAGE);
|
||||||
|
|
Loading…
Add table
Reference in a new issue