1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00

remove console log

This commit is contained in:
camila314 2024-06-17 23:59:29 -05:00
parent 91f6541d8a
commit f496724422

View file

@ -393,7 +393,6 @@ export default definePlugin({
}; };
const messageRender = (e, t) => { const messageRender = (e, t) => {
console.log(this);
const msg = this.renderMsg({ const msg = this.renderMsg({
message: e, message: e,
gotoMessage: t, gotoMessage: t,