Stop occupy Chrome Devtool Console in Zotero connectors.
I am a front-end developer and often need to use Chrome devtool, but I found that my Devtool Console was occupied by the msg of Zotero Connector.
Out of a total of 416 messages, 409 were output by the Zotero Connector, which is crazy.
This happened without me starting `Advanced -> Debug Output Logging -> Enable Logging`.
I thought of two possible solutions:
1. Provide an option to prevent Zotero Connector from continuing to output useless information to the Console.
2. Change the implementation of Zotero.debug() to use console.debug instead of console.log
https://s3.amazonaws.com/zotero.org/images/forums/u7950078/aey5y5y2atmt4m36nhxp.png
Out of a total of 416 messages, 409 were output by the Zotero Connector, which is crazy.
This happened without me starting `Advanced -> Debug Output Logging -> Enable Logging`.
I thought of two possible solutions:
1. Provide an option to prevent Zotero Connector from continuing to output useless information to the Console.
2. Change the implementation of Zotero.debug() to use console.debug instead of console.log
https://s3.amazonaws.com/zotero.org/images/forums/u7950078/aey5y5y2atmt4m36nhxp.png
https://github.com/zotero/zotero-connectors/issues/489