From ab1c04139e0e6e6397b7620c45fa7d2eea1da182 Mon Sep 17 00:00:00 2001 From: Filip Pospisil Date: Mon, 18 Dec 2023 17:22:22 +0100 Subject: [PATCH] FUSETOOLS2-1747 --- src/ui-test/tests/00001.develop.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui-test/tests/00001.develop.test.ts b/src/ui-test/tests/00001.develop.test.ts index 3db80c5f3..a4f3f1221 100644 --- a/src/ui-test/tests/00001.develop.test.ts +++ b/src/ui-test/tests/00001.develop.test.ts @@ -52,7 +52,6 @@ describe('mycosi', function () { const settings = await new Workbench().openSettings(); const textSetting = await settings.findSetting(CATALOG_VERSION_UI, 'Camel') as TextSetting; - console.log("Default version: " + await textSetting.getValue()); await textSetting.setValue(process.env.CAMEL_VERSION);