summaryrefslogtreecommitdiff
path: root/src/ivymon
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivymon')
-rwxr-xr-xsrc/ivymon4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivymon b/src/ivymon
index a3e22c3..081282d 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -2358,9 +2358,9 @@ sub replayStart {
my $loopflag = ($_[0] == 1) ? 1 : undef;
my $t = $replay_text;
- print "abort 1 replayStart\n" if $replay_running and not $loopflag;
+ #print "abort 1 replayStart\n" if $replay_running and not $loopflag;
return if $replay_running and not $loopflag;
- print "abort 2 replayStart\n" if $loopflag and not $replay_running ;
+ #print "abort 2 replayStart\n" if $loopflag and not $replay_running ;
return if $loopflag and not $replay_running;
$replay_runnable = 0;
$replay_running = 1;