Skip to content

Commit ea9808f

Browse files
committed
removing debugging
1 parent 4a2c490 commit ea9808f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var path = require('path');
1212
var S = require('string');
1313

1414
function uriToFilename(uri, base) {
15-
console.log(uri)
1615
uri = decodeURIComponent(uri)
1716
var filename = path.join(base, uri);
1817
// Make sure filename ends with '/' if filename exists and is a directory.

0 commit comments

Comments
 (0)