mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔥 Remove stray logs (#2478)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user