From 80e856344514c7a85d55f9d41028cc793baa69b8 Mon Sep 17 00:00:00 2001 From: Wenderson Pires Date: Thu, 11 Apr 2024 15:43:13 -0300 Subject: [PATCH] remove kakaroto log --- lib/actions/transformSchemaToWidget.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/actions/transformSchemaToWidget.js b/lib/actions/transformSchemaToWidget.js index 9d8058e..61ca8be 100644 --- a/lib/actions/transformSchemaToWidget.js +++ b/lib/actions/transformSchemaToWidget.js @@ -360,13 +360,6 @@ const swapComponentsForStatelessFiles = (fileSchemas, fileSchema) => { const jsxOnly = extractJSX(fileSchema.content); - if (fileSchema.filePath.includes("Chat/index.tsx")) { - console.log("KAKAROOOTOOOOOOOOOOOOOOOOOO"); - console.log(jsxOnly); - console.log("\n"); - console.log("CONTENT ORIGINAL:", fileSchema.content); - } - const fixedJsxOnly = jsxOnly.length > 1 ? `<>${jsxOnly.join("\n")}`