remove stray console.log
This commit is contained in:
parent
b4e0483a18
commit
7bcbd86cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ app.models.Stream = Backbone.Collection.extend({
|
|||
_fetching : false,
|
||||
|
||||
fetch: function() {
|
||||
if(this._fetching) { console.log('no sir'); return false; }
|
||||
if(this._fetching) { return false; }
|
||||
var self = this
|
||||
|
||||
// we're fetching the collection... there is probably a better way to do this
|
||||
|
|
|
|||
Loading…
Reference in a new issue