Skip to content

Commit

Permalink
fix: remove console.log function (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
recoma96 authored Oct 2, 2024
1 parent 97adf95 commit 433201e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/filtered-posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $(() => {

if (_data.length == 2) {
const id = decodeURIComponent(_data[1]);
console.log(id);

const targetPosition = $('#' + id).offset().top;

Expand Down

0 comments on commit 433201e

Please sign in to comment.