From f5e5b03e0bbb7098bbe5941aaf7e5e0b6c00f7a7 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 13 Jan 2003 02:12:53 +0000 Subject: Removed debug helper line. --- perl-install/printer/printerdrake.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/printer') diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index 2d7b24787..8bcf98951 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -134,7 +134,7 @@ If some of these measures lead to problems for you, turn this option off, but th }, # List the hosts [ { val => \$choice, format => \&translate, - sort => 0, separator => "#####", + sort => 0, separator => "####", tree_expanded => 1, quit_if_double_click => 1, allow_empty_list => 1, @@ -198,7 +198,6 @@ If some of these measures lead to problems for you, turn this option off, but th } push (@menu, N("IP address of host/network:")); # Show the dialog - print "##### |@menu|$hostchoice|\n"; my $address; my $oldaddress = ($buttonclicked eq "edit" ? -- cgit v1.2.1