python-adfs

changeset 29:b74f65e160ed

Commented out debugging statements.
author David Boddie <david@boddie.org.uk>
date Sat Mar 29 22:31:38 2003 +0100
parents 0a693a7f220e
children 5c97b1f04969
files ADFSlib.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/ADFSlib.py	Sat Mar 29 03:28:43 2003 +0100
     1.2 +++ b/ADFSlib.py	Sat Mar 29 22:31:38 2003 +0100
     1.3 @@ -382,7 +382,7 @@
     1.4                      # Check whether this block finishes immediately.
     1.5                      if (value & 0x8000) != 0:
     1.6                      
     1.7 -                        print " immediate end at", hex(a)
     1.8 +                        #print " immediate end at", hex(a)
     1.9                          
    1.10                          map[entry][-1].append(a + 2)
    1.11                          
    1.12 @@ -927,7 +927,7 @@
    1.13          # addresses.
    1.14          pieces = self.find_in_new_map(self.map_start, self.map_end, file_no)
    1.15          
    1.16 -        print map(lambda x: map(hex, x), pieces)
    1.17 +        #print map(lambda x: map(hex, x), pieces)
    1.18          
    1.19          if pieces == []:
    1.20