aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/result.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/result.rb')
-rw-r--r--app/models/result.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/result.rb b/app/models/result.rb
index a675999..546e6b4 100644
--- a/app/models/result.rb
+++ b/app/models/result.rb
@@ -15,7 +15,6 @@ class Result < ApplicationRecord
ret = []
while orig.bytesize > 0
fd, len = orig.slice!(0, 8).unpack("ii")
- p [fd, len]
if !truncated? && (!len || orig.bytesize < len)
p orig
p output.b