Skip to content
Snippets Groups Projects
Commit 672e02bb authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

disable noise debug prints

parent c854f35a
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ while (1)
$dd= Disk::Dump->start($dd_dev);
$dd_pid= $dd->get_pid();
$delay= 0;
print __LINE__, " dd: dd_pid=[$dd_pid]", Dumper($dd);
# print __LINE__, " dd: dd_pid=[$dd_pid]", Dumper($dd);
}
elsif ($action->{status} == 2)
{
......@@ -248,7 +248,7 @@ sub get_line
if ($@)
{
print __LINE__, " get_line pump failed with $@\n";
print __LINE__, " self: ", main::Dumper($self);
# print __LINE__, " self: ", main::Dumper($self);
}
}
......@@ -271,7 +271,7 @@ sub start
my $cmd= shift;
my $jcf= IPC::Run::start($cmd, $self->{_in}, $self->{_cl}, $self->{_cl}) or return undef;
print __LINE__, " jcf=[$jcf]\n";
# print __LINE__, " jcf=[$jcf]\n";
$self->{_jcf}= $jcf;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment