Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Frontend: cleanup: remove unecessary logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
saitewasreset committed Dec 4, 2023
1 parent 1d6bd70 commit 1322962
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/js/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,6 @@ class ClassPage {

}
);
console.log(classStdLst);
console.log(firstTenStdLst)
console.log(lastTenStdLst);
subjectChartDiv.appendChild(classTotalContainer);
subjectChartDiv.appendChild(classFirstTenContainer);
subjectChartDiv.appendChild(classLastTenContainer);
Expand Down

0 comments on commit 1322962

Please sign in to comment.