Skip to content

Commit

Permalink
remove: log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed Oct 18, 2024
1 parent da3d231 commit 61b1eb0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ansi2-wasm/src-ts/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ async function main() {

const compress = options.compress === "undefined" ? false : options.compress

console.error(
"options:",
options.lightBg,
options.darkBg,
JSON.stringify(options),
)
switch (format) {
case "svg": {
const s = to_svg(
Expand Down

0 comments on commit 61b1eb0

Please sign in to comment.