Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius committed Aug 26, 2024
1 parent a95dcfd commit cc80d2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JustTags/AppVM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ internal final class AppVM: NSObject, ObservableObject {
extension AppVM: DiffVMProvider {

subscript(vm id: DiffVM.ID) -> DiffVM? {
print(#function, diffVMs.map(\.id))
return diffVMs.first(where: { $0.id == id })
.flatMap { $0.getWithSwap() }
}
Expand Down

0 comments on commit cc80d2e

Please sign in to comment.