Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fkosmala authored Nov 3, 2021
1 parent a9a1bd0 commit df45810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/themes/bambukah/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ <h2 class="w-full font-bold text-xl text-gray-900 px-6">{{ article.title }}</h2>
if (metadata.image == null) {
head = "/themes/{{ settings.theme }}/no-img.png"
} else {
console.log(metadata.image[0]);
head = metadata.image[0];
}
img = $(this).find('.img-article');
Expand Down

0 comments on commit df45810

Please sign in to comment.