Skip to content

Commit

Permalink
Removed extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb committed Jul 1, 2011
1 parent a833a5b commit 19077cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/launch_instance
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def scripts_callback(option, opt, value, parser):
SCRIPTS.append(arg[0])
else:
SCRIPTS.extend(arg)
print SCRIPTS
setattr(parser.values, option.dest, SCRIPTS)

def add_script(scr_url):
Expand Down

0 comments on commit 19077cf

Please sign in to comment.