Remove debugger statement

TestBranch
KernelDeimos 3 years ago
parent a29bbf349f
commit 79c7581402

@ -120,7 +120,6 @@ export abstract class Component {
// TODO: [A] // TODO: [A]
// TODO: [D] // TODO: [D]
console.log('notifyMounted called on a component', this) console.log('notifyMounted called on a component', this)
debugger;
for ( const vaoName in this.rerenderVAOs_ ) { for ( const vaoName in this.rerenderVAOs_ ) {
this.rerenderSubscriptions_.push( this.rerenderSubscriptions_.push(
this.vaos_[vaoName].sub('change', () => { this.vaos_[vaoName].sub('change', () => {

Loading…
Cancel
Save