disable forgotten debug output

This commit is contained in:
Wolfgang Hottgenroth 2019-05-30 13:07:52 +02:00
parent 9d348117f8
commit 715c984e40
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"releaseTag": "v1.2",
"releaseTag": "v1.3",
"createReleaseTag": "true",
"releaseName": "Third release of the uploader",
"description": "Verbose switch integrated to limit output"
"releaseName": "Fourth release of the uploader",
"description": "Disable forgotten debug output"
}