Changeset 121 for trunk


Ignore:
Timestamp:
04/11/08 10:50:21 (16 years ago)
Author:
bas
Message:

pxeconfig.in:

  • removed obsolete print statements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig.in

    r120 r121  
    362362        end_str = binfo[END]
    363363
    364         print 'padding ', type(start_str), type(end_str)
    365 
    366364        start = check_number(start_str, False)
    367365        end = check_number(end_str, False)
    368 
    369 
    370         print type(start_str), type(end_str)
    371 
    372366
    373367        if binfo[EQUALWIDTH][0] == True:
Note: See TracChangeset for help on using the changeset viewer.