mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Removed some of the more verbose logging
This commit is contained in:
parent
263b7bcb24
commit
bb9d5c23cb
2 changed files with 0 additions and 3 deletions
|
@ -81,7 +81,6 @@ ${label} (${Math.round((votes / totalVotes || 0) * 100)}%)
|
|||
}
|
||||
|
||||
str += `\n${totalVotes} votes · ${timeLeft}`;
|
||||
console.log(str);
|
||||
/* Oh good, a non-Twitter video URL! This enables YouTube embeds and stuff to just work */
|
||||
} else if (typeof values.player_url !== 'undefined') {
|
||||
headers.push(
|
||||
|
|
|
@ -248,8 +248,6 @@ export const handleStatus = async (
|
|||
)}" type="application/json+oembed" title="${name}">`
|
||||
);
|
||||
|
||||
console.log(JSON.stringify(tweet));
|
||||
|
||||
/* When dealing with a Tweet of unknown lang, fall back to en */
|
||||
let lang = tweet.lang === 'unk' ? 'en' : tweet.lang || 'en';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue