소스 검색

Update demo_dynamic.py

clean comments
Larry Bugbee 8 년 전
부모
커밋
5d3e2d1e90
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      demos/demo_dynamic.py

+ 0 - 2
demos/demo_dynamic.py

@@ -114,7 +114,6 @@ if SHOW_ALL_SIZES:
 #-------------------------------------------------------------------------------
 # get individually named constants and sizes
 
-# print selected constants
 if SHOW_SELECTED_CONSTANTS:
     print '-'*60
     print '\n  selected constants:'
@@ -133,7 +132,6 @@ if SHOW_SELECTED_CONSTANTS:
         print '    %-25s  %d' % (name, value)
     print
 
-# print selected sizes
 if SHOW_SELECTED_SIZES:
     print '-'*60
     print '\n  selected sizes:'