remove prints

This commit is contained in:
2014-10-15 10:20:42 +02:00
parent cff1d0d204
commit 0e1dd8398e
2 changed files with 3 additions and 4 deletions

View File

@@ -581,8 +581,7 @@ class DNA_IO:
stringw = astring[0:fieldlen]
else:
stringw = astring + b'\0'
print(stringw)
print(handle)
handle.write(stringw)
_STRING = [struct.Struct("%ds" % i) for i in range(0, 2048)]

View File

@@ -68,8 +68,8 @@ class FilePath:
lib_id = block[b"lib"]
lib = blend.find_block_from_offset(lib_id)
# print(block.fields)
print(block)
print(lib)
# print(block)
# print(lib)
# import IPython; IPython.embed()
blend.close()