remove console.log

This commit is contained in:
Niels Lyngsø
2023-07-27 16:23:16 +02:00
parent 2d686cf321
commit 9bd93c4f69

View File

@@ -104,7 +104,6 @@ describe('UmbExtensionElementController', () => {
'Umb.Test.Section.1',
async () => {
count++;
console.log('call', count, 'with', extensionController?.permitted);
// We want the controller callback to first fire when conditions are initialized.
expect(extensionController.manifest?.conditions?.length).to.be.equal(2);
expect(extensionController?.manifest?.alias).to.eq('Umb.Test.Section.1');