We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7484839 commit 0671943Copy full SHA for 0671943
ios/Runner/AppDelegate.swift
@@ -119,8 +119,6 @@ private func useAES(
119
let end = DispatchTime.now()
120
let nanoTime = end.uptimeNanoseconds - start.uptimeNanoseconds
121
let millisTime = Double(nanoTime) / 1_000_000
122
- print("[NODE_AUTH] Input: \(input)")
123
- print("[NODE_AUTH] Output: \(stringResult)")
124
print("[NODE_AUTH] Time: \(millisTime) ms")
125
126
executeOnMain { result(stringResult) }
0 commit comments