Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
-Remove dd() left over from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcox17 committed Jul 9, 2018
1 parent 8bf37e9 commit 5678372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Vtiger.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ protected function _processResponseError($processedData)
if (!isset($processedData->error)) {
throw VtigerError::init($this->vTigerErrors, 3);
}
dd($processedData);
throw VtigerError::init($this->vTigerErrors, 0, $processedData->error->message);
}
}

0 comments on commit 5678372

Please sign in to comment.