From 2f5341ec81307a4a9bc2c446abbf333015f88d1f Mon Sep 17 00:00:00 2001 From: kaurjasleen240305 Date: Thu, 4 Jan 2024 19:29:23 +0530 Subject: [PATCH] console_statements_removed --- js/activity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/activity.js b/js/activity.js index 60b77d7b46..8b002e3061 100644 --- a/js/activity.js +++ b/js/activity.js @@ -1268,7 +1268,6 @@ class Activity { this.setSmallerLargerStatus(); if(typeof(this.activity)!="undefined"){ - console.log(typeof(this.activity)); this.activity.refreshCanvas(); } document.getElementById("hideContents").click();