We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2c490 commit ea9808fCopy full SHA for ea9808f
1 file changed
lib/utils.js
@@ -12,7 +12,6 @@ var path = require('path');
12
var S = require('string');
13
14
function uriToFilename(uri, base) {
15
- console.log(uri)
16
uri = decodeURIComponent(uri)
17
var filename = path.join(base, uri);
18
// Make sure filename ends with '/' if filename exists and is a directory.
0 commit comments