summaryrefslogtreecommitdiff
path: root/controllers/interfaces/repl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/interfaces/repl.rb')
-rw-r--r--controllers/interfaces/repl.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/controllers/interfaces/repl.rb b/controllers/interfaces/repl.rb
index d4191b1..fd16ea6 100644
--- a/controllers/interfaces/repl.rb
+++ b/controllers/interfaces/repl.rb
@@ -37,8 +37,6 @@ module NanoBot
[proc { prompt }, proc { 'MISSING INPUT' }]
)
- Logic::Cartridge::Streaming.enabled?(cartridge, :repl)
-
Pry.commands.block_command(/(.*)/, 'handler') do |line|
session.print(prefix) unless prefix.nil?
session.evaluate_and_print(line, mode: 'repl')