Skip to content

Commit 3251c67

Browse files
committed
Remove console.log
1 parent 4d56c96 commit 3251c67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/exec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262

6363
ext = _extGetter(path);
6464

65-
console.log('_______________', ext);
66-
6765
return this.list[ext] || generic;
6866
},
6967
list: (typeof process !== 'undefined' && process.cwd) ? require('./data/parser')(__dirname + '/data/mime.types') : $_MIMER_DATA_LIST

0 commit comments

Comments
 (0)