Skip to content

Commit

Permalink
Removed debug display in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Jun 7, 2017
1 parent 5ad148f commit 40fa39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/unlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = (test, options, index) => test('unlock', (isValid, server) =>
}

const lock = body.substring(body.indexOf('<D:locktoken><D:href>') + '<D:locktoken><D:href>'.length, body.indexOf('</D:href>', body.indexOf('<D:locktoken><D:href>')));
console.log(lock);

request({
url: url + '/test.txt',
method: 'UNLOCK',
Expand Down

0 comments on commit 40fa39a

Please sign in to comment.