Skip to content

Commit 10e7312

Browse files
committed
Remove a leftover print statement
1 parent 7c0a9cc commit 10e7312

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Macros/Sources/ObservationMacros/Extensions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ extension VariableDeclSyntax {
7676
if accessorsMatching({ $0 == .keyword(.get) }).count > 0 {
7777
return true
7878
} else {
79-
print("else branch")
8079
return bindings.contains { binding in
8180
if case .getter = binding.accessorBlock?.accessors {
8281
return true

0 commit comments

Comments
 (0)