chore: remove double went to url logs

This commit is contained in:
amhsirak
2024-11-19 16:58:50 +05:30
parent 5c3ec1ca02
commit cc4dcfda44

View File

@@ -271,7 +271,6 @@ const handleChangeUrl = async (generator: WorkflowGenerator, page: Page, url: st
try {
await page.goto(url);
logger.log('debug', `Went to ${url}`);
console.log(`Went to ${url}`)
} catch (e) {
const { message } = e as Error;
logger.log('error', message);