Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console output pollutes terminal #38

Closed
K20shores opened this issue Aug 15, 2024 · 1 comment
Closed

Console output pollutes terminal #38

K20shores opened this issue Aug 15, 2024 · 1 comment

Comments

@K20shores
Copy link

In debug.js, there's a console log that streams output which is only relevant to zotero. This is frustrating for people who develop web apps and also have the zotero connector installed.

translate/src/debug.js

Lines 86 to 87 in 8ad44f4

var output = '(' + level + ')' + deltaStr + ': ' + message;
console.log(output+"\n");

@dstillman
Copy link
Member

It's a Chrome bug.

zotero/zotero-connectors#489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants