We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4d55b commit ff59323Copy full SHA for ff59323
js/activity.js
@@ -3331,7 +3331,7 @@ class Activity {
3331
document.getElementById("hideContents").click();
3332
} catch (error) {
3333
// eslint-disable-next-line no-console
3334
- console.error("An error occurred in resizeCanvas_:", error);
+ // console.error("An error occurred in resizeCanvas_:", error);
3335
}
3336
};
3337
0 commit comments