Skip to content

Commit

Permalink
remove console.debug()
Browse files Browse the repository at this point in the history
  • Loading branch information
axfelix committed Aug 27, 2024
1 parent 116d41f commit fa9b21a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class Snippet {
let lineString = `
${lines.join("\n")}
`;
console.debug(lineString);
lineString = dedent(lineString);
return lineString.split("\n");
}
Expand Down

0 comments on commit fa9b21a

Please sign in to comment.