Skip to content

Commit eab4fd3

Browse files
authored
Merge pull request #6 from streamich/fix/console
fix: remove console.log from unpatch
2 parents 2bb5466 + aaf1707 commit eab4fd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/patchFs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default function patchFs(vol, fs = require('fs')) {
5050

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

0 commit comments

Comments
 (0)