Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
🔇 Remove vardump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckel committed May 21, 2019
1 parent a4db0e7 commit 3bbb5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ public function iShouldSeeResponseContainsJSONFromFile(string $filepath)
*/
protected function checkResponseContainsJson(string $jsonString)
{
var_dump($jsonString);
$json = json_decode($jsonString, true);

if (null === $json && json_last_error() != JSON_ERROR_NONE) {
Expand Down

0 comments on commit 3bbb5ff

Please sign in to comment.