remove debug message

This commit is contained in:
Sebastian Sdorra
2012-02-04 16:32:05 +01:00
parent 678e2edc68
commit fd46f72db4

View File

@@ -104,7 +104,6 @@ Sonia.repository.CommitPanel = Ext.extend(Ext.Panel, {
update: function(changeset) {
this.changeset = changeset;
console.debug(changeset);
this.commitPanel.tpl.overwrite(this.commitPanel.body, this.changeset);
},