Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Nov 11, 2016
1 parent 0eb0911 commit 007f9f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
*/
read: function read (aPath, options) {
var flags = optionsFrom(options).flags
console.log(flags)
return Q.ninvoke(fs, 'readFile', aPath, {
encoding: flags === 'b' ? null : 'utf-8'
})
Expand Down

0 comments on commit 007f9f0

Please sign in to comment.