diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-07 12:59:28 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-07 12:59:28 +0200 |
commit | ade79c4df054e56905694013f2e60ad0bb3c8647 (patch) | |
tree | 6cb6fa9fc965c0c6db1523257c189f780386041e /expr.c | |
parent | 2f8fb81bd4cfcc69049b767139389af023d1eef6 (diff) | |
download | rsyslog-ade79c4df054e56905694013f2e60ad0bb3c8647.tar.gz rsyslog-ade79c4df054e56905694013f2e60ad0bb3c8647.tar.bz2 rsyslog-ade79c4df054e56905694013f2e60ad0bb3c8647.zip |
some cleanup of debug messages
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -371,7 +371,6 @@ exprParse(expr_t *pThis, ctok_t *tok) /* happy parsing... */ CHKiRet(expr(pThis, tok)); dbgoprint((obj_t*) pThis, "successfully parsed/created expression\n"); -vmprg.DebugPrint(pThis->pVmprg); finalize_it: RETiRet; @@ -392,8 +391,6 @@ CODESTARTobjQueryInterface(expr) * work here (if we can support an older interface version - that, * of course, also affects the "if" above). */ - //xxxpIf->oID = OBJexpr; - pIf->Construct = exprConstruct; pIf->ConstructFinalize = exprConstructFinalize; pIf->Destruct = exprDestruct; |