Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Guimont committed Nov 9, 2010
1 parent 08b8216 commit cf57850
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions public/javascripts/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ $(function(){
if(!_.isUndefined(attrs["_id"])){
attrs["id"] = attrs["_id"];
attrs["_id"]= undefined;
console.log(attrs["id"]);
}
console.log("base");
return Backbone.Model.prototype.set.call(this, attrs, options);
}
});
Expand Down
1 change: 0 additions & 1 deletion public/javascripts/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ $(function(){
},
showWorking: function(){
//display working status
console.log(this.el);
$(".working", this.el).show();
$(".error", this.el).hide();
$(".ok", this.el).hide();
Expand Down

0 comments on commit cf57850

Please sign in to comment.