🐛 Remove console.log

This commit is contained in:
Jan Oberhauser 2021-05-23 11:41:34 -05:00
parent e0602372f6
commit 353b911620

View file

@ -66,8 +66,6 @@ export async function jiraSoftwareCloudApiRequest(this: IHookFunctions | IExecut
delete options.qs;
}
console.log(options);
try {
return await this.helpers.request!(options);
} catch (error) {