Skip to content

Commit b47ee0f

Browse files
committed
Removed some old bug testing code
Removed some console.logs that shouldn't have been there.
1 parent 86cb4b3 commit b47ee0f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

assets/javascript/helper-functions/code-helpers/highlightLines.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ function highlightLines(props={}) {
2020
codeMirror.addLineClass(startLine+additionalLines, "wrap", "ABMAendOfHighlight"); //add a class to the last line - helps us find it
2121

2222
['complete', 'cancel', 'show', 'hide'].forEach(event => Shepherd.once(event, (e) => {
23-
console.log(e);
24-
console.log('test');
2523
document.getElementById('ABMAlineHighlightDiv')?.remove(); //remove the highlight area
2624
codeMirror.removeLineClass(startLine, "wrap", "ABMAstartOfHighlight"); //remove the class from the codeMirror line
2725
codeMirror.removeLineClass(startLine+additionalLines, "wrap", "ABMAendOfHighlight"); //remove the class from the codeMirror line

0 commit comments

Comments
 (0)