fix: debug log

This commit is contained in:
Julian Lam
2026-03-13 13:57:34 -04:00
parent 1aa5ca8852
commit 58da90361f

View File

@@ -45,7 +45,6 @@ define('forum/world', [
}
default: {
console.log('here!');
translator.translate(`[[world:latest${params.get('all') === '1' ? '-all' : ''}]]`, function (translated) {
sortLabelEl.innerText = translated;
});