Removed debugging puts from EditLine

This commit is contained in:
2020-06-08 05:48:30 -05:00
parent d0449c7b65
commit c83b204447

View File

@@ -74,8 +74,6 @@ module CyberarmEngine
@last_text ||= "/\\"
@last_pos ||= -1
puts "caret pos: #{caret_pos}, width: #{@width}, offset: #{@offset_x}" if (@last_text != @text.text) || (@last_pos != caret_pos)
@last_text = @text.text
@last_pos = caret_pos
@@ -92,7 +90,6 @@ module CyberarmEngine
elsif caret_pos > @width
@offset_x = caret_pos - @width
puts "triggered"
else
# Reset to Zero