Skip to content

Commit

Permalink
remove console log that is polluting terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
atbrakhi committed Sep 8, 2023
1 parent d5a9ed2 commit d78617b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion experiments/photo-gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"style='background-image: url(" + photo + ")'></div>";
}
}
console.log(string);
document.getElementsByTagName("main")[0].innerHTML = string;
zoom();
}
Expand Down

0 comments on commit d78617b

Please sign in to comment.