Skip to content

Commit

Permalink
Removed debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Macnamara committed Jul 18, 2014
1 parent d4c8cc7 commit 0eeca98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ public function only($keys)
$results = array_merge_recursive($results, $this->_buildArray(explode('.', $key), $this->get($key)));
}

var_dump($results);
return $results;
}

0 comments on commit 0eeca98

Please sign in to comment.