disable forgotten debug output
This commit is contained in:
parent
9d348117f8
commit
715c984e40
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user