Skip to content

Commit

Permalink
Remove console log #1369
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetske committed Nov 21, 2024
1 parent abc1578 commit 91d2ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signbank/dictionary/templates/dictionary/gloss_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
videoIds.forEach(id => {
const video = document.getElementById(id);
if (video && window.getComputedStyle(video).display !== 'none') {
console.log('Found active video:', video);
activeVideo = video;
}
});
Expand Down

0 comments on commit 91d2ac9

Please sign in to comment.