From bf1d2f89ec594149c228d7d05f181b59afa3ea8b Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 12 Jan 2014 01:21:38 +0100 Subject: [PATCH] resolved todo customvotes --- application/plugins/CustomVotes.php | 3 --- 1 file changed, 3 deletions(-) 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) {