Skip to content

Commit cf350c5

Browse files
committed
Remove debug logging
1 parent 0b762a7 commit cf350c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/obfProcessor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ describe('OBFProcessor', () => {
8989
const savedTree = await processor.loadIntoTree(tempOutputPath);
9090

9191
// Verify the saved tree has the same pages
92-
console.log("page keys", Object.keys(savedTree.pages))
9392
expect(Object.keys(savedTree.pages).length).toBe(originalPageCount);
9493
expect(savedTree.rootId).toBe(tree.rootId);
9594
});

0 commit comments

Comments
 (0)