about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.lua b/app.lua
index 2060f36..0a43319 100644
--- a/app.lua
+++ b/app.lua
@@ -187,6 +187,7 @@ function App.width(text)
 end
 
 function App.screen.check(y, expected_contents, msg)
+--?   print('checking for "'..expected_contents..'" at y '..tostring(y))
   local screen_row = 'y'..tostring(y)
   local contents = ''
   if App.screen.contents[screen_row] == nil then