Skip to content

Commit fea9a3a

Browse files
rstammerkojix2
authored andcommitted
Stop looking for rbczmq session adapter in case everything else fails
1 parent 4060c11 commit fea9a3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/iruby.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@
2424
begin
2525
require 'iruby/session/cztop'
2626
rescue LoadError
27-
begin
28-
require 'iruby/session/rbczmq'
29-
rescue LoadError
30-
STDERR.puts "Please install ffi-rzmq or cztop before running iruby. See README."
31-
end
27+
STDERR.puts "Please install ffi-rzmq or cztop before running iruby. See README."
3228
end
3329
end
3430
else

0 commit comments

Comments
 (0)