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!
|
#Build Number for ANT. Do not edit!
|
||||||
#Fri Jun 12 13:50:42 CEST 2020
|
#Fri Jun 12 13:54:11 CEST 2020
|
||||||
build.number=166
|
|
||||||
\#Build=Number for ANT. Do not edit\!
|
\#Build=Number for ANT. Do not edit\!
|
||||||
|
build.number=167
|
||||||
\#Tue=Jul 30 16\:09\:09 CEST 2019
|
\#Tue=Jul 30 16\:09\:09 CEST 2019
|
||||||
|
@ -10,7 +10,7 @@ import java.util.logging.Level;
|
|||||||
public class Debugger
|
public class Debugger
|
||||||
{
|
{
|
||||||
// Enable or disable debugging messages (aka verbosity).
|
// 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.
|
// Initialize needed variables. We will need those variables to be able to precisely debug the plugin.
|
||||||
private String className;
|
private String className;
|
||||||
|
Loading…
Reference in New Issue
Block a user