mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05:00
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
@ -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…
Reference in New Issue
Block a user