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