mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 02:20:44 +00:00
remove test exception for sentry
This commit is contained in:
@@ -490,12 +490,6 @@ public class Iris extends VolmitPlugin implements Listener {
|
||||
checkForBukkitWorlds();
|
||||
IrisToolbelt.retainMantleDataForSlice(String.class.getCanonicalName());
|
||||
IrisToolbelt.retainMantleDataForSlice(BlockData.class.getCanonicalName());
|
||||
|
||||
try {
|
||||
throw new Exception("This is a test exception");
|
||||
} catch (Exception e) {
|
||||
reportError(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user