We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3e2d1 commit 147a406Copy full SHA for 147a406
1 file changed
demos/demo_dynamic.py3
@@ -145,7 +145,6 @@ if SHOW_ALL_SIZES:
145
#-------------------------------------------------------------------------------
146
# get individually named constants and sizes
147
148
-# print selected constants
149
if SHOW_SELECTED_CONSTANTS:
150
print('-'*60)
151
print('\n selected constants:')
@@ -164,7 +163,6 @@ if SHOW_SELECTED_CONSTANTS:
164
163
print(' %-25s %d' % (name.decode("utf-8"), value))
165
print(' ')
166
167
-# print selected sizes
168
if SHOW_SELECTED_SIZES:
169
170
print('\n selected sizes:')
0 commit comments