chore: remove test logging

This commit is contained in:
Nybkox
2025-02-06 09:45:04 +01:00
parent c40d745a3a
commit 505c219cfd
4 changed files with 0 additions and 5 deletions

View File

@@ -163,7 +163,6 @@ describe('Table analyse', () => {
),
}
: t2;
console.log(t2Enchanted);
expect(t2Enchanted).toEqual(t2NextColMatch(engine));
})
);