mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-28 22:55:39 -04:00
commento.js: remove debug console.log
This commit is contained in:
@ -1369,7 +1369,6 @@
|
||||
var numOauthConfigured = 0;
|
||||
var oauthProviders = ["google", "twitter", "github", "gitlab"];
|
||||
oauthProviders.forEach(function(provider) {
|
||||
console.log(provider);
|
||||
if (configuredOauths[provider]) {
|
||||
var button = create("button");
|
||||
|
||||
|
Reference in New Issue
Block a user