JS: Remove stray log

This commit is contained in:
Pieter de Bie
2008-11-25 16:15:06 +01:00
parent 7e2707d979
commit ea30f2bfce
-1
View File
@@ -48,7 +48,6 @@ var Commit = function(obj) {
this.reloadRefs = function() {
this.refs = this.object.refs;
Controller.log_("New refs: " + this.refs);
}
};