Skip to content

Commit

Permalink
chore: remove a console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed May 7, 2024
1 parent 2229522 commit f614dc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/visual_guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
};
for (const mq of mediaQueries) {
if (mq.q.matches) {
console.log(mq);
arrowConfig = { ...mq.arrowConfig };
break;
}
Expand Down

0 comments on commit f614dc7

Please sign in to comment.