clean up debugging line

This commit is contained in:
sceox 2020-12-29 17:00:04 -08:00
parent 7353143239
commit a3be661e99

View File

@ -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'}";