Skip to content

Commit 147a406

Browse files
authored
Update demo_dynamic.py3
clean comments
1 parent 5d3e2d1 commit 147a406

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

demos/demo_dynamic.py3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ if SHOW_ALL_SIZES:
145145
#-------------------------------------------------------------------------------
146146
# get individually named constants and sizes
147147

148-
# print selected constants
149148
if SHOW_SELECTED_CONSTANTS:
150149
print('-'*60)
151150
print('\n selected constants:')
@@ -164,7 +163,6 @@ if SHOW_SELECTED_CONSTANTS:
164163
print(' %-25s %d' % (name.decode("utf-8"), value))
165164
print(' ')
166165

167-
# print selected sizes
168166
if SHOW_SELECTED_SIZES:
169167
print('-'*60)
170168
print('\n selected sizes:')

0 commit comments

Comments
 (0)