summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/printer.pm1
1 files changed, 0 insertions, 1 deletions
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 (<F>) {
- print "##### $device $_";
if ($_ =~ /$device/) { # Found a line containing the device name,
# so CUPS knows it.
close F;