Skip to content

Commit

Permalink
delete unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiguroJSK committed Aug 12, 2018
1 parent d97ba3c commit 36cba38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openrtm_tools/scripts/rtmlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ port_number = 15005 # default

arg_remap = names.load_mappings(sys.argv)

print arg_remap

if 'corbaport' in arg_remap:
port_number = int(arg_remap['corbaport'])
print "\033[34m[rtmlaunch] user defined corbaport:=", port_number, "will be used\033[0m"
Expand Down

0 comments on commit 36cba38

Please sign in to comment.