diff --git a/Store/ARC2.php b/Store/ARC2.php index b6330bd..14bb628 100644 --- a/Store/ARC2.php +++ b/Store/ARC2.php @@ -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); } }