From c4f9c21c16133a6019841317944eac389463024c Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 5 Apr 2024 23:42:01 +0200 Subject: [PATCH] remove debugging tool --- deltachat-ios/Controller/MapViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/deltachat-ios/Controller/MapViewController.swift b/deltachat-ios/Controller/MapViewController.swift index d05ea61e4e..850efae58d 100644 --- a/deltachat-ios/Controller/MapViewController.swift +++ b/deltachat-ios/Controller/MapViewController.swift @@ -81,7 +81,6 @@ class MapViewController: WebxdcViewController { let begin = end - 24*60*60 let (json, maxLocationId) = dcContext.getLocations(chatId: chatId, timestampBegin: begin, timestampEnd: 0, lastLocationId: lastLocationId) lastLocationId = max(maxLocationId, lastLocationId) - UIPasteboard.general.string = json // TODO: remove this line, useful for debugging to get JSON out return json } }