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 c007080 commit 03c0d96Copy full SHA for 03c0d96
Sources/GraphZahl/Utils/MethodInfo+resolve.swift
@@ -103,14 +103,7 @@ extension MethodInfo {
103
return try argumentType.createFromMissingKey()
104
} as [Any]
105
106
- print("Calling: \(receiverType).\(methodName)")
107
- print("Arguments: \(arguments)")
108
- fflush(stdout)
109
-
110
let result = try self.call(receiver: receiver, arguments: arguments)
111
- print("Result: \(result)")
112
113
114
if result is NSNull {
115
return eventLoop.next().makeSucceededFuture(Optional<Int>.none)
116
}
0 commit comments