[Pkg-javascript-commits] [backbone] 212/281: removing erroneous console.log
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit 09110a66568d452889ab86bf7fc5b326086fb3f6
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Tue Jan 17 11:18:17 2012 -0500
removing erroneous console.log
---
test/collection.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/collection.js b/test/collection.js
index 29fc545..c093645 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";
}
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list