Skip to content

Commit d502c24

Browse files
authored
Merge pull request #271 from libtom/rel-1.18-sm-demo-cleanup
Rel 1.18 sm demo cleanup
2 parents 7a64e13 + 147a406 commit d502c24

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

demos/demo_dynamic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
#-------------------------------------------------------------------------------
115115
# get individually named constants and sizes
116116

117-
# print selected constants
118117
if SHOW_SELECTED_CONSTANTS:
119118
print '-'*60
120119
print '\n selected constants:'
@@ -133,7 +132,6 @@
133132
print ' %-25s %d' % (name, value)
134133
print
135134

136-
# print selected sizes
137135
if SHOW_SELECTED_SIZES:
138136
print '-'*60
139137
print '\n selected sizes:'

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)