Remove "Reading prompts ..." message when not reading from terminal
John Smith

John Smith commited on 2022-302 21:21:48
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -130,8 +130,6 @@ local actions = {
130 130
         fn = function(config, deck)
131 131
             if isatty() then
132 132
                 io.write("Reading prompts; press Ctrl-D to stop\n")
133
-            else
134
-                io.write("Reading prompts ...\n")
135 133
             end
136 134
             local rt = io.read("a")
137 135
             local cardctr = 0
138 136