Skip to content

Commit fe53309

Browse files
Cocoakareila
Cocoa
authored andcommitted
Remove stray print line
1 parent 686e76e commit fe53309

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cgi-bin/DW/Controller/Shop.pm

-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ sub shop_cart_handler {
262262

263263
foreach my $val ( keys %$POST ) {
264264
next unless $POST->{$val} && $val =~ /^remove_(\d+)$/;
265-
print $1;
266265
$cart->remove_item($1);
267266
}
268267
}

0 commit comments

Comments
 (0)