2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Added ember-renderspeed library for profiling rendering. Removed old probes stuff that

that was just profiling the run loop.
This commit is contained in:
Robin Ward 2013-07-29 12:50:53 -04:00
parent 0e494c7303
commit b11e1f8b40
3 changed files with 103 additions and 72 deletions

View file

@ -220,7 +220,6 @@ Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
Discourse.KeyValueStore.init("discourse_", Discourse.MessageBus);
// Developer specific functions
Discourse.Development.setupProbes();
Discourse.Development.observeLiveChanges();
Discourse.subscribeUserToNotifications();
}