Remove unnessecary log
This commit is contained in:
parent
641cea664c
commit
f8e36acc35
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ module.exports = async () => {
|
||||||
// tweet stuff
|
// tweet stuff
|
||||||
if (twitter !== null && twitter.active === false) {
|
if (twitter !== null && twitter.active === false) {
|
||||||
const blocks = await twitter.client.get("blocks/ids", { stringify_ids: true });
|
const blocks = await twitter.client.get("blocks/ids", { stringify_ids: true });
|
||||||
console.log(blocks.data);
|
|
||||||
const tweet = async () => {
|
const tweet = async () => {
|
||||||
const tweets = (await database.tweets.find({ enabled: true }).exec())[0];
|
const tweets = (await database.tweets.find({ enabled: true }).exec())[0];
|
||||||
const tweetContent = await misc.getTweet(tweets);
|
const tweetContent = await misc.getTweet(tweets);
|
||||||
|
|
Loading…
Reference in a new issue