Remove debug

This commit is contained in:
Jiiks 2018-08-12 21:48:15 +03:00
parent cae68947df
commit 0a751919aa
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ export default new class E2EE extends BuiltinModule {
const validateHmac = await this.createHmac(data);
if (hmac !== validateHmac) {
Cache.push('e2ee:images', { src, invalidKey: true });
console.log('INVALID HMAC!');
return;
}