mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-18 15:52:09 +08:00
remove debug print
old-commit-hash: fd63de71f092f55613d3a4e8fcb034339c253a50
This commit is contained in:
@@ -52,7 +52,6 @@ if __name__ == "__main__":
|
||||
parser.add_argument('--addr', default='127.0.0.1')
|
||||
parser.add_argument("route", type=str, nargs='*', help="route name + segment number for offline usage")
|
||||
args = parser.parse_args()
|
||||
print(args)
|
||||
|
||||
logs = None
|
||||
if len(args.route):
|
||||
|
||||
Reference in New Issue
Block a user