We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a64e13 commit 5d3e2d1Copy full SHA for 5d3e2d1
1 file changed
demos/demo_dynamic.py
@@ -114,7 +114,6 @@
114
#-------------------------------------------------------------------------------
115
# get individually named constants and sizes
116
117
-# print selected constants
118
if SHOW_SELECTED_CONSTANTS:
119
print '-'*60
120
print '\n selected constants:'
@@ -133,7 +132,6 @@
133
132
print ' %-25s %d' % (name, value)
134
print
135
136
-# print selected sizes
137
if SHOW_SELECTED_SIZES:
138
139
print '\n selected sizes:'
0 commit comments