mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 22:25:00 -04:00
Remove debug output of arguments
This commit is contained in:
parent
8785da9280
commit
9d5e1c5ad5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue