Skip to content

Commit b78ae71

Browse files
committed
chore: removing logs
1 parent d11dd23 commit b78ae71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

e2e/utils/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export const loggedInAsUserOne = async (page: Page) => {
2020
),
2121
).toBeTruthy();
2222
} catch (err) {
23-
console.log("Error while authenticating E2E test user one");
24-
console.log(err);
2523
throw Error("Error while authenticating E2E test user one");
2624
}
2725
};

0 commit comments

Comments
 (0)