Skip to content

Commit 55f3c6d

Browse files
committed
Remove accidental console.log
1 parent 27ca996 commit 55f3c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/c14n-canonicalization.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ C14nCanonicalization.prototype.process = function(node, options) {
213213
prefixesInScope.push(ancestorNamespaces[i].prefix)
214214
}
215215

216-
console.log({prefixesInScope})
217216
var res = this.processInner(node, prefixesInScope, defaultNs, defaultNsForPrefix, ancestorNamespaces);
218217
return res;
219218
};

0 commit comments

Comments
 (0)