summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/action.c b/action.c
index 69aaac8c..81cd45b2 100644
--- a/action.c
+++ b/action.c
@@ -405,7 +405,6 @@ actionCallDoAction(action_t *pAction, msg_t *pMsg)
}
} while(iRet == RS_RET_SUSPENDED && (pAction->iResumeRetryCount == -1 || iRetries < pAction->iResumeRetryCount)); /* do...while! */
-RUNLOG_STR("out of retry loop");
if(iRet == RS_RET_DISABLE_ACTION) {
dbgprintf("Action requested to be disabled, done that.\n");