Skip to content

Commit 5ef6261

Browse files
committed
remove debug code
1 parent 44aea78 commit 5ef6261

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/identity-provider.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ IdentityProvider.prototype.putGraph = function (uri, graph) {
5959
return function (callback) {
6060
serialize(graph, uri, 'text/turtle', function (err, content) {
6161
if (err) {
62-
console.log("err")
6362
err.status = 500
6463
return callback(err)
6564
}

0 commit comments

Comments
 (0)