[CLEANUP] Removed Bugsnag from project

This commit is contained in:
JKetelaar
2016-05-24 15:24:00 +02:00
parent f75f172d35
commit 463ef6cea8
7 changed files with 122 additions and 175 deletions
@@ -156,7 +156,6 @@ public class Script implements Runnable {
if(state < 0 || state > 2) {
throw new IllegalArgumentException("Illegal state");
}
Core.setBugsnagInformation("Script", "State", String.valueOf(state));
this.state = state;
}
@@ -181,6 +180,5 @@ public class Script implements Runnable {
public void setScriptID(int scriptID){
this.scriptID = scriptID;
Core.setBugsnagInformation("Script", "State", String.valueOf(scriptID));
}
}