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 }; /**