From: Chris Gahan Date: Fri, 4 Aug 2006 06:35:50 +0000 (+0000) Subject: Whoops.. removed the automatic adding of --debug. :) X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=533c1e1dcf0b4b837728a4fc51265d8d20e9d076;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git Whoops.. removed the automatic adding of --debug. :) --- diff --git a/launch_here.rb b/launch_here.rb index 2e7161db..6c48ae08 100755 --- a/launch_here.rb +++ b/launch_here.rb @@ -20,8 +20,4 @@ end add_to_path( File.join BASEDIR, 'lib' ) -p ARGV -ARGV << "--debug" -p ARGV - load( File.join BASEDIR, 'bin/rbot' )