Skip to content

Commit ec89829

Browse files
committed
1 parent ca8e488 commit ec89829

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ruby-debug-ide/xml_printer.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'cgi'
2-
require 'yaml'
32
require 'monitor'
43

54
module Debugger
@@ -332,7 +331,6 @@ def print(*params)
332331
end
333332

334333
def handle_binary_data(value)
335-
# noinspection RubyResolve
336334
return '[Binary Data]' if (value.respond_to?('is_binary_data?') && value.is_binary_data?)
337335
return '[Invalid encoding]' if (value.respond_to?('valid_encoding?') && !value.valid_encoding?)
338336
value

0 commit comments

Comments
 (0)