Skip to content

Commit fad68d3

Browse files
committed
removed no cleanup fusion warning
1 parent 1fb533b commit fad68d3

File tree

1 file changed

+0
-6
lines changed
  • src/UI/StoryPreview/PreviewController/Mounters/FusionLib

1 file changed

+0
-6
lines changed

src/UI/StoryPreview/PreviewController/Mounters/FusionLib/index.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ function FusionLib(props: MounterProps<"FusionLib">) {
108108
UILabsWarn(WARNINGS.CleanupError, err);
109109
}
110110
});
111-
} else {
112-
if (version === "Fusion2") {
113-
warn(
114-
"UI Labs: No cleanup function was returned for Fusion 0.2, there's no way to cleanup the story."
115-
);
116-
}
117111
}
118112
if (version === "Fusion3") {
119113
Cast<Fusion3>(fusion).doCleanup(fusion);

0 commit comments

Comments
 (0)