ugh ugly bug again with origin loading so sad

This commit is contained in:
Peter Cottle 2013-10-06 16:13:40 -07:00
parent 11074dba64
commit dd64536615
3 changed files with 33 additions and 26 deletions

View file

@ -60,11 +60,6 @@ var VisBranch = VisBase.extend({
}
this.get('branch').set('visBranch', this);
if (this.get('branch').get('id') === 'o/master') {
console.log('set visbranch on this', this.get('branch'), this);
window.debugVisBranch = this;
window.debugBranch = this.get('branch');
}
var id = this.get('branch').get('id');
if (id == 'HEAD') {