Skip to content

Commit 0ac4c46

Browse files
committed
chore: remove commented code
1 parent 2af5e05 commit 0ac4c46

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/N3Parser.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,9 +896,6 @@ export default class N3Parser {
896896

897897
// ### `_readRDFStarTail` reads the end of a nested RDF* triple
898898
_readAnnotatedTail(token) {
899-
// if (this._subject && this._predicate && this._object) {
900-
// this._emit(this._subject, this._predicate, this._object, this._graph);
901-
// }
902899
if (token.type === '{|') {
903900
this._saveContext('{|', this._graph, this._subject, this._predicate, this._object);
904901

0 commit comments

Comments
 (0)