Skip to content

Commit

Permalink
Remove a leftover print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Aug 3, 2023
1 parent 7c0a9cc commit 10e7312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Macros/Sources/ObservationMacros/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ extension VariableDeclSyntax {
if accessorsMatching({ $0 == .keyword(.get) }).count > 0 {
return true
} else {
print("else branch")
return bindings.contains { binding in
if case .getter = binding.accessorBlock?.accessors {
return true
Expand Down

0 comments on commit 10e7312

Please sign in to comment.