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(); } /**