mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
Fixed some old debug output.
This commit is contained in:
@@ -36,8 +36,6 @@ export async function SIGNL4ApiRequest(this: IHookFunctions | IExecuteFunctions,
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
throw new Error(`I am behind. Status: ${JSON.stringify(teamsecret)}`);
|
||||
|
||||
if (error && error.message) {
|
||||
throw new Error(`Error sending the SIGNL4 request. Error: ${JSON.stringify(error.message)}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user