Skip to content

Commit 12e1d89

Browse files
committed
Update AppinnComment.user.js
1 parent a7b6487 commit 12e1d89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Appinn Comment/AppinnComment.user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
let dataPreloaded = doc.getElementById('data-preloaded');
2525
if (!dataPreloaded) return;
2626
dataPreloaded = JSON.parse(JSON.parse(dataPreloaded.dataset.preloaded)["topic_" + commentLink.href.match(/\d+/)[0]]).post_stream.posts;
27-
console.log(dataPreloaded);
2827
let posts = document.createElement("ul");
2928
posts.style.maxHeight = '100vh';
3029
posts.style.overflow = 'auto';

0 commit comments

Comments
 (0)