Skip to content

Commit

Permalink
Remove console.log().
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Jul 2, 2022
1 parent 5be7c16 commit dce9a25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inquisitor/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __process_rdf(self):
elif 'text/rdf+n3' in self.content_type:
return Graph().parse(data=self.rdf, format="text/n3")
else:
print(self.content_type)
return Graph().parse(data=self.rdf, format=self.content_type)

@staticmethod
Expand Down

0 comments on commit dce9a25

Please sign in to comment.