summaryrefslogtreecommitdiff
path: root/valexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'valexpr.h')
-rw-r--r--valexpr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/valexpr.h b/valexpr.h
index d5a73e32..81b20495 100644
--- a/valexpr.h
+++ b/valexpr.h
@@ -133,9 +133,11 @@ class item_predicate
predicate = NULL;
if (! _predicate.empty()) {
try {
+#ifdef DEBUG_ENABLED
DEBUG_CLASS("valexpr.predicate.parse");
DEBUG_PRINT_("parsing: '" << _predicate << "'");
+#endif
predicate = parse_value_expr(_predicate);
#ifdef DEBUG_ENABLED