1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

commento.js: remove stray console.log

This commit is contained in:
Adhityaa Chandrasekar
2020-03-31 06:47:03 -04:00
parent 36204ff81b
commit fbc98bce08
-1
View File
@@ -292,7 +292,6 @@
logoutButton.innerText = "Logout";
onclick(logoutButton, global.logout);
console.log(commenter);
onclick(notificationSettingsButton, notificationSettings, email.unsubscribeSecretHex);
onclick(profileEditButton, profileEdit);