sessiond: remove commented-out logging
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 28 Apr 2021 21:50:41 +0000 (17:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 29 Apr 2021 18:30:30 +0000 (14:30 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7b8991ba994585fd8f2b5c6e02b9be7cf8e7123b

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.027529 seconds and 5 git commands to generate.