Skip to content

Commit ac56228

Browse files
committed
Remove debug print().
1 parent 1aca656 commit ac56228

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

toad.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ sub mount_device {
319319
foreach my $part (@parts) {
320320
$part =~ s/^\s+//;
321321
my @part = split(/:/, $part);
322-
print "000 $part[0]\n";
323-
print "001 $part[1]\n";
324322
my $device = "/dev/$devname$part[0]";
325323

326324
# skip already mounted partition

0 commit comments

Comments
 (0)