disable forgotten debug output
This commit is contained in:
@ -46,7 +46,6 @@ parser.add_argument('--verbose', '-v',
|
||||
action='store_true',
|
||||
default=False)
|
||||
args = parser.parse_args()
|
||||
print(args)
|
||||
|
||||
privateToken = args.privateToken
|
||||
projectId = args.projectId
|
||||
|
Reference in New Issue
Block a user