mirror of https://github.com/VLSIDA/OpenRAM.git
removed debug print statements
This commit is contained in:
parent
0920321a2e
commit
a56e3f609b
|
|
@ -12,7 +12,7 @@ class filelist:
|
|||
for file in files:
|
||||
self.list.append(root + '/' + file)
|
||||
out_file.write('{}/{}\n'.format(root,file))
|
||||
print('{}/{}'.format(root,file))
|
||||
#print('{}/{}'.format(root,file))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue