Skip to content

Commit 5e68182

Browse files
Update components/trustpilot/app/trustpilot.app.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2111a22 commit 5e68182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/trustpilot/app/trustpilot.app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ export default defineApp({
470470
throw new Error("Reply message cannot be empty after sanitization");
471471
}
472472
if (message.length > 5000) {
473-
console.warn("Reply message was truncated to 5000 characters");
474473
}
475474

476475
const endpoint = buildUrl(ENDPOINTS.REPLY_TO_PRODUCT_REVIEW, {

0 commit comments

Comments
 (0)