Using puts instead of p
This commit is contained in:
@@ -28,7 +28,7 @@ class InSyncState < StatePattern::State
|
||||
# did we reach the end of the frame?
|
||||
if new_frame_starts(bytes,idx,sync_pattern_length)
|
||||
frame_lines = frame.split("\n")
|
||||
p "------ FRAME -----"
|
||||
puts "--- FRAME ---"
|
||||
# p frame_lines
|
||||
# p "##################"
|
||||
reading = handle_frame(frame_lines)
|
||||
|
||||
Reference in New Issue
Block a user