mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Removed verbose "rendering card on" logging
This commit is contained in:
parent
8f31ae0609
commit
84802b6dd9
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ export const renderCard = async (
|
|||
): Promise<{ poll?: APIPoll; external_media?: APIExternalMedia }> => {
|
||||
const values = card.binding_values;
|
||||
|
||||
console.log('rendering card on ', card);
|
||||
|
||||
const choices: { [label: string]: number } = {};
|
||||
let totalVotes = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue