diff --git a/apps/frontend/src/components/launches/general.preview.component.tsx b/apps/frontend/src/components/launches/general.preview.component.tsx index 5b0a5090..403293c8 100644 --- a/apps/frontend/src/components/launches/general.preview.component.tsx +++ b/apps/frontend/src/components/launches/general.preview.component.tsx @@ -27,7 +27,6 @@ export const GeneralPreviewComponent: FC<{ true ); - console.log('newConetnt', newContent); const { start, end } = textSlicer( integration?.identifier || '', props.maximumCharacters || 10000, @@ -46,7 +45,6 @@ export const GeneralPreviewComponent: FC<{ }) + ``; - console.log(finalValue); return { text: finalValue, images: p.image }; }); diff --git a/libraries/nestjs-libraries/src/integrations/social/x.provider.ts b/libraries/nestjs-libraries/src/integrations/social/x.provider.ts index a92f2271..c73431e2 100644 --- a/libraries/nestjs-libraries/src/integrations/social/x.provider.ts +++ b/libraries/nestjs-libraries/src/integrations/social/x.provider.ts @@ -467,7 +467,6 @@ export class XProvider extends SocialAbstract implements SocialProvider { return []; } - console.log(tweets.map((p) => p.id)); const data = await client.v2.tweets( tweets.map((p) => p.id), { @@ -503,9 +502,6 @@ export class XProvider extends SocialAbstract implements SocialProvider { } ); - console.log(metrics); - console.log(JSON.stringify(data, null, 2)); - return Object.entries(metrics).map(([key, value]) => ({ label: key.replace('_count', '').replace('_', ' ').toUpperCase(), percentageChange: 5,