Skip to content

Commit

Permalink
removed debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Jun 9, 2024
1 parent f95ffb7 commit 5f906ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GIFT.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
function formattedText(format, txt) {
let inferredFormat = (format !== null ? format : getLastQuestionTextFormat());
let joinedText = txt.join('').trim();
console.log("format: " + inferredFormat + " text: " + joinedText);
return {
format:(inferredFormat),
text:(
Expand Down

0 comments on commit 5f906ff

Please sign in to comment.