Skip to content

Commit ee22269

Browse files
committed
perf: 优化代码
1 parent 241b3d1 commit ee22269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def run(self, edit: sublime.Edit):
206206
commands_count = len(HISTORY.data)
207207

208208
commands_list = HISTORY.data[0:commands_count]
209-
print("commands_count: ", commands_count)
209+
# print("commands_count: ", commands_count)
210210

211211
selection_with_index = [ f'{index + 1}. {HISTORY.data[index]}' for index in range(len(commands_list))]
212212

0 commit comments

Comments
 (0)