[mastodon-client] Remove even more debug messages

This commit is contained in:
Laura Hausmann 2023-07-06 04:10:25 +02:00 committed by Laura Hausmann
parent c0479f97cb
commit 30ef791a24

View file

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