Skip to content

Commit 624fa52

Browse files
committed
Hide index save log output
1 parent 56607f6 commit 624fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlc/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,6 @@ def _save_indices(self):
370370
try:
371371
with open(output_file, "w") as f:
372372
json.dump(index_data, f, indent=4, cls=CustomJSONEncoder)
373-
logger.debug(f"Shared index for {folder_type} saved to {output_file}.")
373+
#logger.debug(f"Shared index for {folder_type} saved to {output_file}.")
374374
except Exception as e:
375375
logger.error(f"Error saving shared index for {folder_type}: {e}")

0 commit comments

Comments
 (0)