summaryrefslogtreecommitdiff
path: root/lib/irb/slex.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/slex.rb')
-rw-r--r--lib/irb/slex.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb
index 4f0c16a81a..cd11edf291 100644
--- a/lib/irb/slex.rb
+++ b/lib/irb/slex.rb
@@ -247,7 +247,6 @@ end
# :startdoc:
if $0 == __FILE__
- # Tracer.on
case $1
when "1"
tr = SLex.new
@@ -281,4 +280,3 @@ if $0 == __FILE__
end
exit
end
-