Remove unneeded log
This commit is contained in:
parent
4bee6bfdae
commit
56034a6849
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ module.exports = async () => {
|
|||
track: `@${process.env.HANDLE}`
|
||||
});
|
||||
stream.on("tweet", async (tweet) => {
|
||||
console.log(tweet.user.id_str);
|
||||
if (tweet.user.screen_name !== "esmBot_" && !blocks.data.ids.includes(tweet.user.id_str)) {
|
||||
const tweets = (await database.tweets.find({ enabled: true }).exec())[0];
|
||||
let tweetContent;
|
||||
|
|
Loading…
Reference in a new issue