summaryrefslogtreecommitdiff
path: root/lib/pry/pry_class.rb
diff options
context:
space:
mode:
authorMatijs van Zuijlen <matijs@matijs.net>2020-03-22 12:51:37 +0100
committerMatijs van Zuijlen <matijs@matijs.net>2020-03-22 12:51:37 +0100
commitef8602bf987a590451344a47eabdfda6135587f1 (patch)
treeb8b57113e33a3f12e39d7122691c5acdebacca10 /lib/pry/pry_class.rb
parent714bcb5b3abd79587839d070ab6b58ff87a69399 (diff)
downloadpry-ef8602bf987a590451344a47eabdfda6135587f1.tar.gz
Remove should_load_plugins config option
Diffstat (limited to 'lib/pry/pry_class.rb')
-rw-r--r--lib/pry/pry_class.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pry/pry_class.rb b/lib/pry/pry_class.rb
index 80dda807..00dc83bd 100644
--- a/lib/pry/pry_class.rb
+++ b/lib/pry/pry_class.rb
@@ -142,7 +142,6 @@ you can add "Pry.config.windows_console_warning = false" to your pryrc.
return if @session_finalized
@session_finalized = true
- load_plugins if Pry.config.should_load_plugins
load_requires if Pry.config.should_load_requires
load_history if Pry.config.history_load
load_traps if Pry.config.should_trap_interrupts