diff --git a/lib/Iugu/APIChildResource.php b/lib/Iugu/APIChildResource.php index 4527e66..a64209e 100644 --- a/lib/Iugu/APIChildResource.php +++ b/lib/Iugu/APIChildResource.php @@ -55,8 +55,6 @@ public function fetch($key = []) $key = ['id' => $key]; } - print_r([$this->mergeParams($key), $this->_parentKeys]); - $result = call_user_func_array($this->_fabricator.'::fetch', [$this->mergeParams($key), $this->_parentKeys]); if ($result) { $this->configureParentKeys($result);