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)]