mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ removed console.log
This commit is contained in:
parent
dff0a14d73
commit
406f96dd82
|
@ -13,7 +13,6 @@ export async function bitbucketApiRequest(this: IHookFunctions | IExecuteFunctio
|
|||
throw new Error('No credentials got returned!');
|
||||
}
|
||||
const userpass = `${credentials.username}:${credentials.appPassword}`
|
||||
console.log()
|
||||
let options: OptionsWithUri = {
|
||||
method,
|
||||
qs,
|
||||
|
|
Loading…
Reference in a new issue