From 77481c169c1da6f353bfc8e7d709cf37c2ebe39a Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 25 Jan 2020 00:52:39 -0800 Subject: [PATCH] Comment this whole if and not just the inner part. --- search.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/search.py b/search.py index a326a12..a4c70cf 100644 --- a/search.py +++ b/search.py @@ -154,9 +154,8 @@ def search( search_objects = text.splitlines() for (index, search_object) in enumerate(search_objects): - if index % 10 == 0: - #print(index, end='\r', flush=True) - pass + # if index % 10 == 0: + # print(index, end='\r', flush=True) if isinstance(search_object, pathclass.Path): search_text = search_object.basename result_text = search_object.absolute_path