Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 4, 2024
1 parent 81899df commit ed9ff37
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/basic-editing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
});
Expand Down
1 change: 0 additions & 1 deletion tests/formatting.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down
1 change: 0 additions & 1 deletion tests/language-detection.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down
1 change: 0 additions & 1 deletion tests/markdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
});
Expand Down
1 change: 0 additions & 1 deletion tests/math.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
});
Expand Down
1 change: 0 additions & 1 deletion tests/settings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
});
Expand Down

0 comments on commit ed9ff37

Please sign in to comment.