Remove useless log in RPC

This commit is contained in:
smartfridge 2022-12-10 19:22:05 +01:00
parent 254ba93433
commit d8af912faf

View file

@ -6,7 +6,7 @@
ArmCordRPC.listen(async (data) => {
msg = data; //already parsed
console.log(msg);
//console.log(msg);
if (!Dispatcher) {
const wpRequire = window.webpackChunkdiscord_app.push([[Symbol()], {}, (x) => x]);