Skip to content

Commit 4f4d132

Browse files
committed
remove unused font, remove debugging comments
1 parent aaa3884 commit 4f4d132

File tree

156 files changed

+2
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+2
-204
lines changed

python_generator/Roboto-Medium.ttf

-165 KB
Binary file not shown.

python_generator/Roboto-Medium.ttf.license

Lines changed: 0 additions & 202 deletions
This file was deleted.

python_generator/create_requirement_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ def make_header(position, learn_guide_project):
125125

126126
for i, file in enumerate(project_files_to_draw):
127127
cur_file_extension = file.split(".")[-1]
128-
print("checking {}".format(cur_file_extension))
128+
#print("checking {}".format(cur_file_extension))
129129

130130
if cur_file_extension in FILE_TYPE_ICON_MAP:
131-
print("found icon for {}".format(cur_file_extension))
131+
#print("found icon for {}".format(cur_file_extension))
132132
cur_file_icon = FILE_TYPE_ICON_MAP[cur_file_extension]
133133
else:
134134
cur_file_icon = file_empty_icon
-24 Bytes
30 Bytes
-7 Bytes
12 Bytes
-7 Bytes
30 Bytes
-8 Bytes

0 commit comments

Comments
 (0)