mirror of
https://github.com/nasa/openmct.git
synced 2025-01-17 10:20:27 +00:00
Remove log statement
This commit is contained in:
parent
f9c5e12a59
commit
34229d3a86
@ -318,7 +318,6 @@ async function setTimeConductorMode(page, isFixedTimespan = true) {
|
||||
await timeConductorMode.click();
|
||||
await timeConductorMode.locator('.js-mode-button').click();
|
||||
const modeMenu = await page.locator('.c-conductor__mode-menu .c-super-menu__menu');
|
||||
console.log(modeMenu);
|
||||
// Switch time conductor mode
|
||||
if (isFixedTimespan) {
|
||||
await modeMenu.getByRole('menuitem').first().click();
|
||||
|
Loading…
Reference in New Issue
Block a user