diff options
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r-- | runtime/rsconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c index 9d5bb135..e7ff0899 100644 --- a/runtime/rsconf.c +++ b/runtime/rsconf.c @@ -416,9 +416,7 @@ inputProcessCnf(struct cnfobj *o) "input module '%s' does not support input() statement", cnfModName); ABORT_FINALIZE(RS_RET_MOD_NO_INPUT_STMT); } -dbgprintf("DDDD: ready to roll...\n"); CHKiRet(pMod->mod.im.newInpInst(o->nvlst)); -dbgprintf("DDDD: done calling module entry point\n"); finalize_it: free(cnfModName); cnfparamvalsDestruct(pvals, &inppblk); |