Skip to content

Commit dda1b8d

Browse files
committed
[Distributed][Macro] Harden distributed protocol macro, vars/assoc types
1 parent da9d8b2 commit dda1b8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Macros/Sources/SwiftMacros/DistributedProtocolMacro.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ extension DistributedProtocolMacro {
7474
static func stubMethodDecl(access: String, _ requirement: MemberBlockItemListSyntax.Element) -> String {
7575
// do we need to stub a computed variable?
7676
if let variable = requirement.decl.as(VariableDeclSyntax.self) {
77-
print("VAR = \(variable.debugDescription)")
78-
7977
var accessorStubs: [String] = []
8078

8179
for binding in variable.bindings {

0 commit comments

Comments
 (0)