We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7497b5 commit e41b6e1Copy full SHA for e41b6e1
src/tools/fs_speed.js
@@ -69,7 +69,6 @@ if (argv.mode === 'dd') {
69
}
70
71
Object.freeze(argv);
72
-console.log(argv);
73
74
if (!['nsfs', 'nodejs', 'dd'].includes(argv.mode)) {
75
throw new Error('Invalid mode ' + argv.mode);
0 commit comments