Skip to content

Commit

Permalink
fix: remove debugging console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsch318 committed Apr 14, 2024
1 parent 7147c01 commit 67ff6a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/volume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,6 @@ export class Volume implements FsCallbackApi, FsSynchronousApi {
if (options.recursive) {
let fullPath = pathModule.join(dirent.path, dirent.name.toString());
if (isWin) {
console.log('Is windows');
fullPath = fullPath.replace(/\\/g, '/');
}
return fullPath.replace(filename2 + pathModule.posix.sep, '');
Expand Down

0 comments on commit 67ff6a0

Please sign in to comment.