about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.lua b/text.lua
index b56cc32..f4b466f 100644
--- a/text.lua
+++ b/text.lua
@@ -729,7 +729,6 @@ end
 
 -- resize helper
 function Text.tweak_screen_top_and_cursor(State)
---?   print('a', State.selection1.line)
   if State.screen_top1.pos == 1 then return end
   Text.populate_screen_line_starting_pos(State, State.screen_top1.line)
   local line = State.lines[State.screen_top1.line]