mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-24 06:59:24 -05:00
Remove debug output of arguments
This commit is contained in:
parent
8785da9280
commit
9d5e1c5ad5
@ -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)")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user