remove test exception for sentry

This commit is contained in:
Julian Krings
2025-06-06 17:35:13 +02:00
parent 329e136a66
commit 67328d7d10

View File

@@ -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);
}
});
}