remove console.log

This commit is contained in:
Luc Mcgrady 2025-11-06 18:16:24 +00:00
parent ef3a548832
commit b31fe7721a
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -147,7 +147,6 @@ export class ReviewerState {
});
const display = compareAnswerResp.val;
console.log({ typedAnswerRegex, html, display });
return html.replace(typedAnswerRegex, display);
}