Skip to content

Commit

Permalink
删除无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
TianWuwt committed Jan 10, 2025
1 parent a893da3 commit 76c1cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/pages/Cluster/New/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default function New() {
item?.affinities,
}));

console.log('strTrim values', strTrim(values));
values.topology = topologyValue;
const res = await createClusterReportWrap({ ...strTrim(values) });
if (res.successful) {
Expand Down

0 comments on commit 76c1cd7

Please sign in to comment.