Skip to content

Commit 3ea31ff

Browse files
committed
remove console.log?
1 parent 52f7f2a commit 3ea31ff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev-packages/browser-integration-tests/suites/replay/canvas/manualSnapshot/template.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
function draw() {
1414
const canvas = document.getElementById("canvas");
1515
if (canvas.getContext) {
16-
console.log('has canvas')
1716
const ctx = canvas.getContext("2d");
1817

1918
ctx.fillRect(25, 25, 100, 100);

dev-packages/browser-integration-tests/suites/replay/canvas/records/template.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
function draw() {
1414
const canvas = document.getElementById("canvas");
1515
if (canvas.getContext) {
16-
console.log('has canvas')
1716
const ctx = canvas.getContext("2d");
1817

1918
ctx.fillRect(25, 25, 100, 100);

0 commit comments

Comments
 (0)