From 28ac06066467123d83e39fcc5af96fa06e0b5d65 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sat, 26 Aug 2023 14:21:08 +0200 Subject: [PATCH] Removing mistakenly lest throw #701 --- src/backend/model/fileprocessing/GPXProcessing.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/model/fileprocessing/GPXProcessing.ts b/src/backend/model/fileprocessing/GPXProcessing.ts index 599b4f71..c162a4b9 100644 --- a/src/backend/model/fileprocessing/GPXProcessing.ts +++ b/src/backend/model/fileprocessing/GPXProcessing.ts @@ -165,7 +165,6 @@ export class GPXProcessing { } } } - throw new Error('ds'); await fsp.writeFile(outPath, (new xml2js.Builder({renderOpts: {pretty: false}})).buildObject(gpxObj)); return outPath;