From 8ea047ae780e20047ff2653f3aea9c9f90e0534d Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 28 Jan 2002 23:24:07 +0000 Subject: Removed debug helper line. --- perl-install/printer.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/printer.pm') diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 7ebf478d5..8f980b948 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -242,7 +242,6 @@ sub assure_device_is_available_for_cups { "/bin/sh -c \"export LC_ALL=C; /usr/sbin/lpinfo -v\" |" || die "Could not run \"lpinfo\"!"; while () { - print "##### $device $_"; if ($_ =~ /$device/) { # Found a line containing the device name, # so CUPS knows it. close F; -- cgit v1.2.1