Skip to content

Commit

Permalink
Removed redundant svt script call on script page
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Oct 5, 2024
1 parent 9cb5597 commit 6baa1ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/db/src/Component/Scene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ const Scene = (props: {
setFigureHeight(size.height);
}
});
Api.svtScript(charaGraphId).then((script) => {
if (controller.signal.aborted) return;
setScript(script[0]);
});
}
return () => {
controller.abort();
Expand Down

0 comments on commit 6baa1ec

Please sign in to comment.