-
Notifications
You must be signed in to change notification settings - Fork 210
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
You forgot to turn off debug (console.log) on latest beta27 #52
Comments
Console logging also causes huge performance problems when lots of items are added, anyway this can be made a config when doing Meteor.connect? |
Sorry, fixed in 1.0.0-beta28. |
@Mokto thanks for the quick fix. is there a way to enable it? I think it's useful for when you need to see the data, just having the ability to turn it On/Off is optimal. |
You can do Meteor.ddp.on('added', message=>{
}); ;) |
Perfect thank you
|
I think this is a little bit annoying for debugging
The text was updated successfully, but these errors were encountered: