[mastodon-client] Remove even more debug messages

This commit is contained in:
Laura Hausmann 2023-07-06 04:10:25 +02:00
parent 7cf26cf2e3
commit 4512609545
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -1284,8 +1284,6 @@ export default class Misskey implements MegalodonInterface {
});
}
console.log(`mentions collected: ${mentions.length}`);
return mentions;
}