Skip to content

Commit 03c0d96

Browse files
Removing unused print statements
1 parent c007080 commit 03c0d96

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/GraphZahl/Utils/MethodInfo+resolve.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,7 @@ extension MethodInfo {
103103
return try argumentType.createFromMissingKey()
104104
} as [Any]
105105

106-
print("Calling: \(receiverType).\(methodName)")
107-
print("Arguments: \(arguments)")
108-
fflush(stdout)
109-
110106
let result = try self.call(receiver: receiver, arguments: arguments)
111-
print("Result: \(result)")
112-
fflush(stdout)
113-
114107
if result is NSNull {
115108
return eventLoop.next().makeSucceededFuture(Optional<Int>.none)
116109
}

0 commit comments

Comments
 (0)