Remove debug

This commit is contained in:
Jiiks 2018-08-14 13:27:45 +03:00
parent 3e57d0092a
commit 5db4f8cf26
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ export default new class E2EE extends BuiltinModule {
const [tagstart, begin, key, end, tagend] = splitContent;
try {
console.log(component.props.message.author);
await Modals.confirm('Key Exhchange', `Key exchange request from: ${component.props.message.author.tag}`, 'Accept', 'Reject').promise;
// We already sent our key
if (!ECDH_STORAGE.hasOwnProperty(channelId)) {