From 68215679a6945f11047f20274433485594fb9226 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 8 Mar 2020 12:48:44 +0100 Subject: [PATCH] Get rid of verbosity level 2 Probably wasn't going to be very useful. --- src/common/logging.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/logging.h b/src/common/logging.h index a22164a0..b0b9b9d4 100644 --- a/src/common/logging.h +++ b/src/common/logging.h @@ -47,11 +47,6 @@ class Logger { * the plugin and the host. Every message is prefixed with a timestamp. */ events = 1, - /** - * Also print information about audio buffer processing. This can be - * incredibly verbose and should only be used during development. - */ - verbose = 2 }; /**