From 09110a66568d452889ab86bf7fc5b326086fb3f6 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Tue, 17 Jan 2012 11:18:17 -0500 Subject: [PATCH] removing erroneous console.log --- test/collection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/collection.js b/test/collection.js index 29fc5457..c0936459 100644 --- a/test/collection.js +++ b/test/collection.js @@ -475,7 +475,6 @@ $(document).ready(function() { raises(function() { var Model = Backbone.Model.extend({ validate: function(attrs) { - console.log(attrs.id); if (attrs.id == 3) return "id can't be 3"; } });