From bb10a6a784a5cc24100885171bd09acc63668a0d Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 23 Mar 2017 21:02:26 +0100 Subject: [PATCH] removed testdump --- core/Callbacks/Structures/XmlRpc/CallbacksListStructure.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/Callbacks/Structures/XmlRpc/CallbacksListStructure.php b/core/Callbacks/Structures/XmlRpc/CallbacksListStructure.php index a1b8d992..c4f815c8 100644 --- a/core/Callbacks/Structures/XmlRpc/CallbacksListStructure.php +++ b/core/Callbacks/Structures/XmlRpc/CallbacksListStructure.php @@ -29,8 +29,6 @@ class CallbacksListStructure extends BaseStructure { $this->responseId = $this->getJson()->responseid; $this->callbacks = $this->getJson()->callbacks; - - $this->dump(); } /**