From 44f446e17e5bb7eb80db754413b6b6c4a4a0045f Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Fri, 1 Nov 2019 22:09:24 +0100 Subject: [PATCH] bees-context: Remove confusing log message Saying just "This feature" at some log levels could be puzzling. Let's remove this message, the feature works without problems for a year. Signed-off-by: Kai Krakow --- src/bees-context.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bees-context.cc b/src/bees-context.cc index 554dc00..79fa9b3 100644 --- a/src/bees-context.cc +++ b/src/bees-context.cc @@ -943,7 +943,6 @@ BeesContext::stop() { Timer stop_timer; BEESLOGNOTICE("Stopping bees..."); - BEESLOGWARN("WARNING: This feature is EXPERIMENTAL and may not work!"); BEESNOTE("setting stop_request flag");