Skip to content

Commit

Permalink
Removed debugging print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim McCusker committed May 30, 2015
1 parent d217c3c commit 371263f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rdflib/plugins/stores/sparqlstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ def remove(self, spo, context):
self.commit()

def _do_update(self, update):
print update
self.resetQuery()
self.setQuery(update)
self.setMethod(POST)
Expand Down

0 comments on commit 371263f

Please sign in to comment.