Skip to content

Commit e0d5746

Browse files
committed
updating comments
1 parent 13e9084 commit e0d5746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rdflib/plugins/parsers/trigstar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ def graph(self, argstr, i):
27202720
reason2 = self._reason2
27212721
self._reason2 = becauseSubGraph
27222722
self._context = self._store.newGraph(graph)
2723-
print(self._context)
2723+
# print(self._context)
27242724
while 1:
27252725
i = self.skipSpace(argstr, j)
27262726
if i < 0:
@@ -2764,7 +2764,7 @@ def parse(
27642764
)
27652765

27662766
# we're currently being handed a Graph, not a ConjunctiveGraph
2767-
print("Contextawareasdasdasdasd\n\n\n\n", graph.store.context_aware)
2767+
# print("Contextawareasdasdasdasd\n\n\n\n", graph.store.context_aware)
27682768
assert graph.store.context_aware, "TriG Parser needs a context-aware store!"
27692769

27702770
conj_graph = ConjunctiveGraph(store=graph.store, identifier=graph.identifier)

0 commit comments

Comments
 (0)