Skip to content
Snippets Groups Projects
Commit 9123aa50 authored by jakobsbode's avatar jakobsbode
Browse files

comment debug code for final thesis commit

parent 2134cbe1
Branches
Tags v3.0.14
No related merge requests found
...@@ -72,8 +72,7 @@ class ExportViewController: UITableViewController { ...@@ -72,8 +72,7 @@ class ExportViewController: UITableViewController {
alreadySent = true alreadySent = true
} }
//TODO: remove //TODO: remove
UIPasteboard.general.string = passcode //AppDelegate.getAppDelegate().mailHandler.send(["recipient@spamless.me"], ccEntrys: [], bccEntrys: [], subject: "passcode", message: passcode, sendEncryptedIfPossible: false, callback: {_ in }, loggingMail: false, htmlContent: nil, warningReact: false, inviteMail: false, textparts: 1)
AppDelegate.getAppDelegate().mailHandler.send(["mail@example.com"], ccEntrys: [], bccEntrys: [], subject: "passcode", message: passcode, sendEncryptedIfPossible: false, callback: {_ in }, loggingMail: false, htmlContent: nil, warningReact: false, inviteMail: false, textparts: 1)
} }
} }
else { else {
......
...@@ -54,7 +54,7 @@ class IntroSecretViewController: UIViewController, IntroInfoButton { ...@@ -54,7 +54,7 @@ class IntroSecretViewController: UIViewController, IntroInfoButton {
} }
@IBAction func doneTapped(_ sender: Any) { @IBAction func doneTapped(_ sender: Any) {
//UIPasteboard.general.string = secretText
showConfirmDialog { showConfirmDialog {
if let action = self.doneAction { if let action = self.doneAction {
action(sender) action(sender)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment