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 b405425 commit 9a02bc0Copy full SHA for 9a02bc0
packages/hub/src/utils/XetBlob.ts
@@ -81,8 +81,9 @@ interface ChunkHeader {
81
82
const CHUNK_HEADER_BYTES = 8;
83
84
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
85
-const log = (...args: unknown[]) => {};
+const log = (...args: unknown[]) => {
+ console.log(...args);
86
+};
87
88
/**
89
* XetBlob is a blob implementation that fetches data directly from the Xet storage
0 commit comments