diff --git a/.fontfoldercleanup/2.py b/.fontfoldercleanup/2.py index 306a60f..7a9256a 100644 --- a/.fontfoldercleanup/2.py +++ b/.fontfoldercleanup/2.py @@ -209,9 +209,9 @@ if __name__ == '__main__': remove_ds_store_files('/Users/fishy/custom_fonts/') remove_empty_folders('/Users/fishy/custom_fonts/') - remove_bad_phrases('/Users/fishy/custom_fonts/') - collect_orphaned_fonts('/Users/fishy/custom_fonts/') - lowercase_all_the_folders('/Users/fishy/custom_fonts/') - add_font_folders_to_each('/Users/fishy/custom_fonts/') - remove_ds_store_files('/Users/fishy/custom_fonts/') - remove_empty_folders('/Users/fishy/custom_fonts/') \ No newline at end of file + # remove_bad_phrases('/Users/fishy/custom_fonts/') + # collect_orphaned_fonts('/Users/fishy/custom_fonts/') + # lowercase_all_the_folders('/Users/fishy/custom_fonts/') + # add_font_folders_to_each('/Users/fishy/custom_fonts/') + # remove_ds_store_files('/Users/fishy/custom_fonts/') + # remove_empty_folders('/Users/fishy/custom_fonts/') \ No newline at end of file