[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
@@ -24,8 +24,6 @@ public abstract class ServerExecuter {
@Override
public void run() {
try {
Core.setBugsnagServer(serverName);
Context context = Context.getInstance(provider);
context.load();
PaintComponent.getInstance().startPainting(context);