disabled debug flag
This commit is contained in:
parent
431c245043
commit
678f4c9e72
@ -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...
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user