Skip to content

Commit a11baaf

Browse files
authored
Merge pull request #67709 from ahoppen/ahoppen/leftover-print
Remove a leftover `print` statement
2 parents f674e56 + 10e7312 commit a11baaf

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)