summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--omfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/omfile.c b/omfile.c
index ebbc85d3..701e96e9 100644
--- a/omfile.c
+++ b/omfile.c
@@ -610,14 +610,12 @@ CODESTARTparseSelectorAct
if(*p == '$' || *p == '?' || *p == '|' || *p == '/' || *p == '-') {
if((iRet = createInstance(&pData)) != RS_RET_OK)
return iRet;
-dprintf("parseSelActFile 1\n");
} else {
/* this is not clean, but we need it for the time being
* TODO: remove when cleaning up modularization
*/
return RS_RET_CONFLINE_UNPROCESSED;
}
-dprintf("parseSelActFile 2\n");
if (*p == '-') {
pData->bSyncFile = 0;