Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 29, 2015
1 parent 3cf8262 commit 903baad
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -129,7 +129,6 @@ public function mockHttpCallback($url)
$stream = fopen(__DIR__ . '/fixtures/boston_location_wwo.json', 'r');
break;
default:
var_dump($url);
throw new Exception('Invalid Url');
}
$response = new Horde_Http_Response_Mock($url, $stream);
Expand Down

0 comments on commit 903baad

Please sign in to comment.