From fbc98bce08f181e1e03c3b5e7094a23aa800441c Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Tue, 31 Mar 2020 06:47:03 -0400 Subject: [PATCH] commento.js: remove stray console.log --- frontend/js/commento.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/js/commento.js b/frontend/js/commento.js index 4aef5ed..72c1d80 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -292,7 +292,6 @@ logoutButton.innerText = "Logout"; onclick(logoutButton, global.logout); - console.log(commenter); onclick(notificationSettingsButton, notificationSettings, email.unsubscribeSecretHex); onclick(profileEditButton, profileEdit);