User:Polygnotus/DuplicateReferences.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 6:
function debug(...args) {
if (DEBUG) {
console.log('[DuplicateReferences]', ...args);
}
}