From a3be661e9902d99186efbb15ee6fca5e9b6608ff Mon Sep 17 00:00:00 2001 From: sceox Date: Tue, 29 Dec 2020 17:00:04 -0800 Subject: [PATCH] clean up debugging line --- print.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/print.pl b/print.pl index 1c038b3..92eea3a 100755 --- a/print.pl +++ b/print.pl @@ -31,7 +31,6 @@ my $lp = new Net::Printer(); my $q = URI::Query->new( $ENV{'QUERY_STRING'} ); my %hash = $q->hash; -#print Dumper( \%hash ); if($hash{'file'}) { my $file = "$jobs_dir/$hash{'file'}";