Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Aug 24, 2024
1 parent e656e14 commit d15ea1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/twinkleclose.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Twinkle.close.addLinks = function twinklecloseAddLinks() {
}
title = decodeURIComponent(title);
title = title.replace(/_/g, ' '); // Normalize for using in interface and summary
console.log('title', title);

var pagenotexist = $(current).find('a').hasClass('new');
var section = current.getAttribute('data-section');
Expand Down

0 comments on commit d15ea1d

Please sign in to comment.