mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-04 00:46:08 +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();
|
checkForBukkitWorlds();
|
||||||
IrisToolbelt.retainMantleDataForSlice(String.class.getCanonicalName());
|
IrisToolbelt.retainMantleDataForSlice(String.class.getCanonicalName());
|
||||||
IrisToolbelt.retainMantleDataForSlice(BlockData.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