aboutsummaryrefslogtreecommitdiffstats
path: root/backend/raw_write.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/raw_write.py')
-rwxr-xr-xbackend/raw_write.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/raw_write.py b/backend/raw_write.py
index 31d90dc..54b46d8 100755
--- a/backend/raw_write.py
+++ b/backend/raw_write.py
@@ -73,7 +73,6 @@ class Dumper(object):
while ncuts <= 100:
bs=int(bs/2)
ncuts=int(b/bs)
- print(ncuts,bs)
for i in range(0,int(ncuts)+1):
try:
buf=ifc.read(bs)