diff --git a/src/model.js b/src/model.js index 69df8116..b17cefa5 100644 --- a/src/model.js +++ b/src/model.js @@ -94,7 +94,6 @@ my.Field = Backbone.Model.extend({ // In addition to normal backbone initialization via a Hash you can also // just pass a single argument representing id to the ctor initialize: function(data) { - console.log(data); // if a hash not passed in the first argument is set as value for key 0 if ('0' in data) { this.set({id: data['0']});