Skip to content

Commit

Permalink
fix: console
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Dec 18, 2024
1 parent 64bacc2 commit fe3d272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/framework/block-std/src/gfx/view/view-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class ViewManager extends GfxExtension {
surface.localElementAdded.on(model => {
const View = this._viewCtorMap.get(model.type) ?? GfxElementModelView;

console.log('view added', model.id);
this._viewMap.set(model.id, new View(model, this.gfx));
})
);
Expand Down

0 comments on commit fe3d272

Please sign in to comment.