Skip to content

Commit

Permalink
remove debugging tool
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Apr 5, 2024
1 parent 96c50d9 commit c4f9c21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deltachat-ios/Controller/MapViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit c4f9c21

Please sign in to comment.