Skip to content

Commit

Permalink
remove debug logging (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdynnl committed Apr 25, 2024
1 parent 2fda888 commit c8dc99b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ function transformAttributes(path, results) {
}
}

if (key === "valu") console.log("HHHHHHHHHHHHH", text, text.length)
if (!text.length) {
needsSpacing = false;
results.template += `=""`;
Expand Down

0 comments on commit c8dc99b

Please sign in to comment.