Skip to content

Commit aaf1707

Browse files
committed
fix: remove console.log from unpatch
1 parent 3a276e5 commit aaf1707

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)