Skip to content

Commit

Permalink
Forgot var_dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Oct 6, 2016
1 parent 61e1dec commit 768a213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function testSuccesfulParse($object, $expected)
{
$dep = [];
$this->class->parse(json_decode($object), $dep);
var_dump($this->class);
$this->assertSame($this->class->key, $expected->key);
$this->assertSame($this->class->value, $expected->value);
$this->assertSame($this->class->element, $expected->element);
Expand Down
3 changes: 0 additions & 3 deletions src/PHPDraft/Model/HTTPRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ public function parse($object)
if ($value->element === 'dataStructure')
{
$this->parse_structure($value->content);
echo '<pre>';
var_dump($this->struct);
echo '</pre>';
continue;
}
elseif ($value->element === 'asset')
Expand Down

0 comments on commit 768a213

Please sign in to comment.