mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 16:36:00 +00:00
remove test exception for sentry
This commit is contained in:
parent
329e136a66
commit
67328d7d10
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user