Skip to content

Commit 40fa39a

Browse files
committed
Removed debug display in tests
1 parent 5ad148f commit 40fa39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/unlock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = (test, options, index) => test('unlock', (isValid, server) =>
3737
}
3838

3939
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>')));
40-
console.log(lock);
40+
4141
request({
4242
url: url + '/test.txt',
4343
method: 'UNLOCK',

0 commit comments

Comments
 (0)