Skip to content

Commit 5f3ccda

Browse files
committed
Remove a comment for debug
1 parent 1a46678 commit 5f3ccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline/windows.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def self.process_key_event(repeat_count, virtual_key_code, virtual_scan_code, ch
233233

234234
def self.check_input_event
235235
num_of_events = 0.chr * 8
236-
while @@output_buf.empty? #or true
236+
while @@output_buf.empty?
237237
Reline.core.line_editor.resize
238238
next if @@WaitForSingleObject.(@@hConsoleInputHandle, 100) != 0 # max 0.1 sec
239239
next if @@GetNumberOfConsoleInputEvents.(@@hConsoleInputHandle, num_of_events) == 0 or num_of_events.unpack1('L') == 0

0 commit comments

Comments
 (0)