remove debugger

This commit is contained in:
Régis Hanol 2014-01-06 17:13:42 +01:00
parent 14ec64a36a
commit ff68666dab

View File

@ -30,7 +30,6 @@ Discourse.ListController = Discourse.Controller.extend({
@method refresh @method refresh
**/ **/
refresh: function() { refresh: function() {
debugger;
var listTopicsController = this.get('controllers.listTopics'); var listTopicsController = this.get('controllers.listTopics');
listTopicsController.set('model.loaded', false); listTopicsController.set('model.loaded', false);
this.load(this.get('filterMode')).then(function (topicList) { this.load(this.get('filterMode')).then(function (topicList) {