Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
heldr committed Feb 10, 2018
1 parent 4d56c96 commit 3251c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@

ext = _extGetter(path);

console.log('_______________', ext);

return this.list[ext] || generic;
},
list: (typeof process !== 'undefined' && process.cwd) ? require('./data/parser')(__dirname + '/data/mime.types') : $_MIMER_DATA_LIST
Expand Down

0 comments on commit 3251c67

Please sign in to comment.