diff options
author | Chris Gahan <chris@ill-logic.com> | 2006-08-04 06:35:50 +0000 |
---|---|---|
committer | Chris Gahan <chris@ill-logic.com> | 2006-08-04 06:35:50 +0000 |
commit | 533c1e1dcf0b4b837728a4fc51265d8d20e9d076 (patch) | |
tree | ab420a25ba2ad77d1a9f90537bf1b48b398edefd /launch_here.rb | |
parent | 07fa0d9565f373feca3774c60fc645c96ac81652 (diff) |
Whoops.. removed the automatic adding of --debug. :)
Diffstat (limited to 'launch_here.rb')
-rwxr-xr-x | launch_here.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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' ) |