Skip to content

Commit

Permalink
remove kakaroto log
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 11, 2024
1 parent 34f3de3 commit 80e8563
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/actions/transformSchemaToWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")}</>`
Expand Down

0 comments on commit 80e8563

Please sign in to comment.