From 078fe07ec957e7e05decdec9f6b094e003f149aa Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 27 Jul 2007 07:15:47 +0000 Subject: removed debug code --- omfile.c | 2 -- 1 file changed, 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; -- cgit