Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Apr 10, 2024
1 parent c4b15f6 commit 8623b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Utilities/Utilities/_Javascript/CosmoJavascript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public final class CosmoJavascript: NSObject, SingletonProtocol {
if let runner = self?.v4ClientRunner {
runner.invoke(className: nil, function: functionName, params: params) { result in
DispatchQueue.main.async {
print(functionName, result)
completion(result)
}
}
Expand Down

0 comments on commit 8623b2c

Please sign in to comment.