Fixed some old debug output.

This commit is contained in:
Ron 2020-06-24 08:45:39 +02:00 committed by GitHub
parent d59658ade0
commit 8f75087f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)}`);
}