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

Commit

Permalink
ARC2: removed obsolete var_dump call
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Jun 23, 2017
1 parent 1cc9f47 commit 70fe7b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Store/ARC2.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public function addStatements($statements, Node $graph = null, array $options =
$res = $this->store->query($query, $options);

if (0 == $res) {
var_dump($this->store->getErrors());
throw new \Exception('Insert query failed: '. $query);
}
}
Expand Down

0 comments on commit 70fe7b9

Please sign in to comment.