1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 13:25:45 +02:00

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 <kai@kaishome.de>
This commit is contained in:
Kai Krakow 2019-11-01 22:09:24 +01:00 committed by Kai Krakow
parent 4363463342
commit 44f446e17e
No known key found for this signature in database
GPG Key ID: 3A31CC267AF9AA12

View File

@ -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");