Remove debug
This commit is contained in:
parent
cae68947df
commit
0a751919aa
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue