remove debug print

This commit is contained in:
ChaotiCryptidz 2022-02-06 16:40:21 +00:00
parent a6d01f092f
commit 881bd70f8d

View file

@ -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