Skip to content

Commit 62a4d3a

Browse files
committed
Remove commented out lines
1 parent e713892 commit 62a4d3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/btrixcloud/operator/collindexes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,6 @@ async def set_state(
357357
status.state = state
358358
status.lastStateChangeAt = date_to_str(dt_now())
359359

360-
# self.run_task(self.coll_ops.update_dedupe_index_info(
361-
# coll_id, oid, state, if_exists=True
362-
# ))
363360
await self.coll_ops.update_dedupe_index_info(
364361
coll_id, oid, state, if_exists=True
365362
)

0 commit comments

Comments
 (0)