Get rid of verbosity level 2

Probably wasn't going to be very useful.
This commit is contained in:
Robbert van der Helm
2020-03-08 12:48:44 +01:00
parent 3d92b9db28
commit 68215679a6
-5
View File
@@ -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
};
/**