From 0364f3e84761f24c0f91f789d1ccbdc44191a12c Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 18 Feb 2012 07:44:35 +0000 Subject: [PATCH] [#25,typo][xs]: left in console.log. --- src/model.js | 1 - 1 file changed, 1 deletion(-) 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']});