So the package works great! Really loving this. However I'm getting this weird print to the console on the client side 268 times per page load. Any ideas? I'm pretty sure it's coming from the setClientId.
[268] Exception in queued task: added@http://localhost:3000/packages/client-call.js?045f3815d96a9d8d7bda39686170f05dfd052f86:171:70 (meteor.js, line 731, x268)
added@http://localhost:3000/packages/minimongo.js?8823cafe1a125fc221804ec602a8c8595fabcb90:3833:33
added@http://localhost:3000/packages/minimongo.js?8823cafe1a125fc221804ec602a8c8595fabcb90:3733:48
http://localhost:3000/packages/minimongo.js?8823cafe1a125fc221804ec602a8c8595fabcb90:371:18
runTask@http://localhost:3000/packages/meteor.js?7a66be7a03504cd2c18dd47b699e6233b60675ed:571:12
flush@http://localhost:3000/packages/meteor.js?7a66be7a03504cd2c18dd47b699e6233b60675ed:599:17
drain@http://localhost:3000/packages/meteor.js?7a66be7a03504cd2c18dd47b699e6233b60675ed:607:17
insert@http://localhost:3000/packages/minimongo.js?8823cafe1a125fc221804ec602a8c8595fabcb90:579:27
update@http://localhost:3000/packages/mongo-livedata.js?26f4a1853dbf09c49d7cc49710b6fa14f83b138b:225:34
http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:3837:53
http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:4549:25
forEach@[native code]
forEach@http://localhost:3000/packages/underscore.js?0a80a8623e1b40b5df5a05582f288ddd586eaa18:156:18
http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:4548:17
forEach@http://localhost:3000/packages/underscore.js?0a80a8623e1b40b5df5a05582f288ddd586eaa18:164:26
_livedata_data@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:4545:13
onMessage@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:3643:26
http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:2709:19
forEach@[native code]
forEach@http://localhost:3000/packages/underscore.js?0a80a8623e1b40b5df5a05582f288ddd586eaa18:156:18
onmessage@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:2708:15
dispatchEvent@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:150:27
_dispatchMessage@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:1135:23
_didMessage@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:1193:34
onmessage@http://localhost:3000/packages/livedata.js?edca5d3826d0b2bd3507cac956e98d83559da4d8:1340:28
It's coming from the debug.js file. Any help would be awesome!
So the package works great! Really loving this. However I'm getting this weird print to the console on the client side 268 times per page load. Any ideas? I'm pretty sure it's coming from the
setClientId.It's coming from the debug.js file. Any help would be awesome!