mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
Fixed some old debug output.
This commit is contained in:
parent
d59658ade0
commit
8f75087f8c
|
@ -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)}`);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue