Skip to content

Commit ff59323

Browse files
committed
Simply removed the consoleerror
1 parent 8f4d55b commit ff59323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ class Activity {
33313331
document.getElementById("hideContents").click();
33323332
} catch (error) {
33333333
// eslint-disable-next-line no-console
3334-
console.error("An error occurred in resizeCanvas_:", error);
3334+
// console.error("An error occurred in resizeCanvas_:", error);
33353335
}
33363336
};
33373337

0 commit comments

Comments
 (0)