Skip to content

Commit 6b194c8

Browse files
author
gemini2035
committed
perf: code about sheet refactor
1 parent 847c116 commit 6b194c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/editor/operator/sheet/sheetGroup/SheetOperatorEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ const SheetOperatorEditorForm: FC<SheetOperatorEditorFormProp> = ({
137137
}
138138
})
139139

140-
console.log(newOpers)
141140
submitGroupInSheet({
142141
...existedGroups.find(({ name: existedName }) => existedName === name)!,
143142
opers: newOpers,

src/components/editor/operator/sheet/sheetOperator/SheetOperatorFilterProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const useOperatorFiltered = (
132132
paginationFilter,
133133
rarityFilterResult,
134134
)
135-
// console.log(filterResult)
135+
136136
return {
137137
// return data after being paginated
138138
data: filterResult,

0 commit comments

Comments
 (0)