Skip to content

Commit

Permalink
Remove console.log from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 10, 2023
1 parent 99b0456 commit 9a7319e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/playbook-changer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ fs.readFile(antoraPlaybook, "utf8", function (err,data) {
}

let result = data.replace(baseRef, headRef);
console.log(url);
if (url != undefined) {
result = result.replace("https://github.com/decidim/documentation", url);
}
Expand Down

0 comments on commit 9a7319e

Please sign in to comment.