Skip to content

Commit

Permalink
remove extraneous console logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Wheelan committed Sep 16, 2024
1 parent 88ca0c6 commit c0e8910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/views/08_summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export function compareToTarget(){
function returnToWelcome() {
const welcome = new WelcomeView();
const left = document.getElementById('option1');
console.log(left.l)
welcome.visit();
};

Expand Down

0 comments on commit c0e8910

Please sign in to comment.