Skip to content

Commit c8dc071

Browse files
refactor: remove redundant comment
1 parent e720808 commit c8dc071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web/src/views/workspace/components/WSEditor/WSEditorClientConfig.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ const WSEditorClientConfigDialog: React.FC<WSEditorClientConfigDialogProps> = ({
129129
await onModuleSelectionUpdate(null);
130130
} else {
131131
try {
132-
// Load modules using the new async operation pattern
133132
const options = await modulesLoader.execute(plane!.name);
134133
setModuleOptions(options || []);
135134
setModuleOptionsCommonPrefix(`/Swagger/Specs/${plane!.name}/`);

0 commit comments

Comments
 (0)