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

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