We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d4a18 commit 657f949Copy full SHA for 657f949
src/oc-client.js
@@ -382,9 +382,7 @@ export function createOc(oc) {
382
383
return {
384
fire(key, data) {
385
- logInfo(
386
- `OC event fired: "${key}"${data ? ` with data: ${JSON.stringify(data)}` : ""}`,
387
- );
+ logInfo(`OC event fired: "${key}"`);
388
if (listeners[key]) {
389
for (let cb of listeners[key]) {
390
cb({ type: key }, data);
0 commit comments