disabled debug flag

This commit is contained in:
Bea 2020-06-12 13:54:18 +02:00
parent 431c245043
commit 678f4c9e72
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
Changing back build version 10.0.165 in file plugin.yml to BUILD_VERSION...
Changing back build version 10.0.166 in file plugin.yml to BUILD_VERSION...

View File

@ -1,5 +1,5 @@
#Build Number for ANT. Do not edit!
#Fri Jun 12 13:50:42 CEST 2020
build.number=166
#Fri Jun 12 13:54:11 CEST 2020
\#Build=Number for ANT. Do not edit\!
build.number=167
\#Tue=Jul 30 16\:09\:09 CEST 2019

View File

@ -10,7 +10,7 @@ import java.util.logging.Level;
public class Debugger
{
// Enable or disable debugging messages (aka verbosity).
private final boolean DEBUGGING = true;
private final boolean DEBUGGING = false;
// Initialize needed variables. We will need those variables to be able to precisely debug the plugin.
private String className;