remove comment

This commit is contained in:
Orion Reed 2024-12-07 01:30:29 -05:00
parent 956849f30f
commit fafce23bef
1 changed files with 0 additions and 2 deletions

View File

@ -182,8 +182,6 @@ describe('Performance Tests', () => {
measurePerformance('vertices()', 1_000_000, () => { measurePerformance('vertices()', 1_000_000, () => {
rect.vertices(); rect.vertices();
}); });
// Note: We might want to add an assertion here if needed
}); });
}); });