Skip to content

Commit 06559a6

Browse files
Update control-blocks-container.test.ts
1 parent 7cf43b8 commit 06559a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/open-scd/test/integration/editors/cleanup/control-blocks-container.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ describe('cleanup-editor integration: unreferenced control blocks', () => {
4141
);
4242
element = parent.getActivePlugin();
4343
await parent.updateComplete;
44-
console.log('foo');
4544
});
4645

4746
it('correctly removes all LogControl entries from the SCL', async () => {
48-
console.log('error here');
4947
await element.cleanupGSEControlFilter.click();
5048
await element.cleanupSampledValueControlFilter.click();
5149
// select all items and update list

0 commit comments

Comments
 (0)