sessiond: remove commented-out logging
[lttng-tools.git] / src / bin / lttng-sessiond / condition-internal.c
index fb9a5c7540fe6bd63aef8525561b25d2b61bd2a2..8afb4ea1c667e43052762f83a11675aaf2dc34cf 100644 (file)
@@ -127,7 +127,6 @@ unsigned long lttng_condition_hash(const struct lttng_condition *condition)
        case LTTNG_CONDITION_TYPE_EVENT_RULE_MATCHES:
                return lttng_condition_event_rule_matches_hash(condition);
        default:
-               //ERR("[notification-thread] Unexpected condition type caught");
                abort();
        }
 }
This page took 0.025002 seconds and 5 git commands to generate.