Skip to content

Commit

Permalink
Merge pull request #6 from streamich/fix/console
Browse files Browse the repository at this point in the history
fix: remove console.log from unpatch
  • Loading branch information
streamich committed Dec 4, 2017
2 parents 2bb5466 + aaf1707 commit eab4fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patchFs.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default function patchFs(vol, fs = require('fs')) {

// Give user back a method to revert the changes.
return function unpatch () {
console.log(bkp);
for (const key in bkp) fs[key] = bkp[key];
};
};

0 comments on commit eab4fd3

Please sign in to comment.