Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 1e085e0

Browse files
committed
🔇 Removing logs
1 parent bce3631 commit 1e085e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runestone/hparsons/js/hparsons-sql.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ export default class SQLHParons extends RunestoneBase {
2323
this.reuse = $(orig).data('reuse') ? true : false;
2424
this.randomize = $(orig).data('randomize') ? true : false;
2525
this.isBlockGrading = $(orig).data('blockanswer') ? true : false;
26-
console.log(orig)
2726
this.language = $(orig).data('language');
28-
console.log(this.language)
2927
if (this.isBlockGrading) {
3028
this.blockAnswer = $(orig).data('blockanswer').split(' ');
3129
}

0 commit comments

Comments
 (0)