Remove debug log

This commit is contained in:
Jonatan Heyman 2024-01-05 16:29:36 +01:00
parent 957b22c70e
commit 17091d323c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import {HeynotePage} from "./test-utils.js";
let heynotePage
test.beforeEach(async ({page}) => {
console.log("beforeEach")
heynotePage = new HeynotePage(page)
await heynotePage.goto()