Skip to content

Commit 0d012c0

Browse files
authored
Removed the LZ4 module not found warning (#301)
Removed the log warning
1 parent 57e07c1 commit 0d012c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/lz4.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function tryLoadLZ4Module(): LZ4Module | undefined {
1212
}
1313

1414
if (err.code === 'MODULE_NOT_FOUND') {
15-
console.warn('LZ4 module not installed: Missing dependency', err);
1615
return undefined;
1716
}
1817

0 commit comments

Comments
 (0)