Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Nov 20, 2024
1 parent a334970 commit 606a92c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rewrite/dsruleset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export function ruleRewriteFBDash(text: string, opts: Record<string, any>) {
const rwtext: string = JSON.parse('"' + text.slice(start, end) + '"');

let rw = rewriteDASH(rwtext, opts);
console.log("FB DASH", rw);

rw = JSON.stringify(rw).replaceAll("<", "\\u003C").slice(1, -1);

Expand Down

0 comments on commit 606a92c

Please sign in to comment.