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.
2 parents f674e56 + 10e7312 commit a11baafCopy full SHA for a11baaf
lib/Macros/Sources/ObservationMacros/Extensions.swift
@@ -76,7 +76,6 @@ extension VariableDeclSyntax {
76
if accessorsMatching({ $0 == .keyword(.get) }).count > 0 {
77
return true
78
} else {
79
- print("else branch")
80
return bindings.contains { binding in
81
if case .getter = binding.accessorBlock?.accessors {
82
0 commit comments