We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b6f4f commit 4c3fb5eCopy full SHA for 4c3fb5e
src/api/integrations/typebot/services/typebot.service.ts
@@ -572,7 +572,6 @@ export class TypebotService {
572
for (const message of messages) {
573
if (message.type === 'text') {
574
let formattedText = '';
575
- console.log('message.content', message.content);
576
577
for (const richText of message.content.richText) {
578
for (const element of richText.children) {
0 commit comments