mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-12 07:59:26 -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)
|
parser.add_argument("--serial", help="Serial number (0 - (2**31 - 1))", type=int)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
print(args)
|
|
||||||
|
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
print("TillitisKey Provisining Tool (TPT)")
|
print("TillitisKey Provisining Tool (TPT)")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user