removed dedimania trigger

This commit is contained in:
kremsy 2014-05-09 11:06:48 +02:00
parent 6db3d133cb
commit 274384767c

View File

@ -706,13 +706,6 @@ class DedimaniaPlugin implements CallbackListener, CommandListener, TimerListene
}
continue;
}
// Warnings and TTR
$errors = $methodResponse[0]['methods'][0]['errors'];
if ($errors) {
$maniaControl->errorHandler->triggerDebugNotice($errors);
// TODO: check if this is sufficient
}
}
}
}