Remove debug output of arguments

This commit is contained in:
Joachim Strömbergson 2022-09-19 12:37:27 +02:00
parent 8785da9280
commit 9d5e1c5ad5
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

@ -111,8 +111,6 @@ def main():
parser.add_argument("--serial", help="Serial number (0 - (2**31 - 1))", type=int)
args = parser.parse_args()
print(args)
if args.verbose:
print("TillitisKey Provisining Tool (TPT)")