Skip to content

Commit 0671943

Browse files
committed
Add crypto impl for iOS
1 parent 7484839 commit 0671943

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ios/Runner/AppDelegate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ private func useAES(
119119
let end = DispatchTime.now()
120120
let nanoTime = end.uptimeNanoseconds - start.uptimeNanoseconds
121121
let millisTime = Double(nanoTime) / 1_000_000
122-
print("[NODE_AUTH] Input: \(input)")
123-
print("[NODE_AUTH] Output: \(stringResult)")
124122
print("[NODE_AUTH] Time: \(millisTime) ms")
125123

126124
executeOnMain { result(stringResult) }

0 commit comments

Comments
 (0)