summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'omfwd.c')
-rw-r--r--omfwd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/omfwd.c b/omfwd.c
index 5dee002c..c6a6ebd8 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -590,7 +590,6 @@ static rsRetVal doTryResume(instanceData *pData)
BEGINtryResume
CODESTARTtryResume
iRet = doTryResume(pData);
-dprintf("tryResume returns %d\n", iRet);
ENDtryResume
BEGINdoAction
@@ -714,7 +713,6 @@ CODESTARTdoAction
}
break;
}
-dprintf("doAction returns %d\n", iRet);
ENDdoAction