Skip to content

Commit b79bcdb

Browse files
committed
Deleted Debug mode log
1 parent 7fc0974 commit b79bcdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.10.12.2
6+
// @version 2025.10.12.3
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1989,7 +1989,6 @@
19891989
}, '', modals.update.width
19901990
)
19911991
if (!env.browser.language.startsWith('en')) { // localize button labels
1992-
log.debug('Localizing button labels in non-English alert...')
19931992
const updateBtns = updateAvailModal.querySelectorAll('button')
19941993
updateBtns[1].textContent = app.msgs.btnLabel_update
19951994
updateBtns[0].textContent = app.msgs.btnLabel_dismiss

0 commit comments

Comments
 (0)