only show devs the token

pull/1061/head
Ryan Tharp 5 years ago
parent 6dca83a972
commit 40ebc508fc

@ -72,7 +72,9 @@ class LokiPublicChatFactoryAPI extends EventEmitter {
log.warn(`Invalid server ${serverUrl}`);
return null;
}
if (window.isDev) {
log.info(`set token ${thisServer.token} for ${serverUrl}`);
}
this.servers.push(thisServer);
}

Loading…
Cancel
Save