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

You forgot to turn off debug (console.log) on latest beta27 #52

Closed
radiegtya opened this issue Apr 15, 2016 · 5 comments
Closed

You forgot to turn off debug (console.log) on latest beta27 #52

radiegtya opened this issue Apr 15, 2016 · 5 comments

Comments

@radiegtya
Copy link
Contributor

I think this is a little bit annoying for debugging

bug-rn-beta27

@patrickml
Copy link

Console logging also causes huge performance problems when lots of items are added, anyway this can be made a config when doing Meteor.connect?

@Mokto
Copy link
Contributor

Mokto commented Apr 18, 2016

Sorry, fixed in 1.0.0-beta28.

@Mokto Mokto closed this as completed Apr 18, 2016
@patrickml
Copy link

@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.

@Mokto
Copy link
Contributor

Mokto commented Apr 18, 2016

You can do

Meteor.ddp.on('added', message=>{

});

;)

@patrickml
Copy link

Perfect thank you
On Mon, Apr 18, 2016 at 11:16 AM Mokto [email protected] wrote:

You can do

Meteor.ddp.on('added', message=>{

});

;)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#52 (comment)

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

No branches or pull requests

3 participants