9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 09:09:15 +00:00

Remove debugging messages

This commit is contained in:
DanLT
2021-06-21 07:12:47 -08:00
parent 975096b221
commit 492646edc3
5 changed files with 0 additions and 12 deletions

View File

@@ -49,7 +49,6 @@ public class Iris extends VolmitPlugin
public static boolean lowMemoryMode = false;
public static IrisCompat compat;
public static FileWatcher configWatcher;
public static boolean warnsmoothie = true;
@Permission
public static PermissionIris perm;
@@ -130,13 +129,6 @@ public class Iris extends VolmitPlugin
return false;
}
public static void warnsmoothie(){
if (warnsmoothie){
warn("The smoothieMap 'illegal reflective access operation' is required and can be safely ignored");
warnsmoothie = false;
}
}
@Override
public void start()
{