remove debug print
This commit is contained in:
parent
a6d01f092f
commit
881bd70f8d
|
@ -57,7 +57,6 @@ def add_copy_command(subparsers):
|
|||
|
||||
|
||||
def get_copy_args(args) -> CopyCommandArgs:
|
||||
print(args)
|
||||
command_args = CopyCommandArgs()
|
||||
command_args.src = args.src
|
||||
command_args.dest = args.dest
|
||||
|
|
Loading…
Reference in a new issue