🔥 Remove stray logs (#2478)

This commit is contained in:
Iván Ovejero
2021-11-25 14:12:31 +01:00
committed by GitHub
parent b61659f73e
commit 260ab395d1
6 changed files with 0 additions and 11 deletions

View File

@@ -33,7 +33,6 @@ export async function netlifyApiRequest(this: IHookFunctions | IExecuteFunctions
if (Object.keys(option)) {
Object.assign(options, option);
}
console.log(options);
try {
const credentials = await this.getCredentials('netlifyApi');