diff --git a/application/plugins/CustomVotes.php b/application/plugins/CustomVotes.php index b0e9f6d3..b6517d18 100644 --- a/application/plugins/CustomVotes.php +++ b/application/plugins/CustomVotes.php @@ -221,9 +221,6 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP * @param array $callback */ public function handleManialinkPageAnswer(array $callback) { - var_dump($callback); - //TODO Fx buttons - $actionId = $callback[1][2]; $actionArray = explode('.', $actionId); if(count($actionArray) <= 2) {