Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cirubla committed Apr 17, 2023
1 parent cec1aca commit 74ad6b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,6 @@ jQuery(function($)
{
var comment = new Comment(entry);
if(comment.nId in m_mapComments) { return }
if (entry.author[0].name['$t'] == '徐沛') {
console.log(entry);
}

if(comment.bIsDeleted && !comment.nId) // for robust, make a fake comment id
{
Expand Down

0 comments on commit 74ad6b6

Please sign in to comment.