Skip to content

Commit 81c04ef

Browse files
committed
Cleanup debug
1 parent 29824df commit 81c04ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/LiveViewNative/Views/Layout Containers/Presentation Containers/NavigationLink.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ struct NavigationLink<R: CustomRegistry>: View {
3333
context.buildChildren(of: element)
3434
}
3535
.disabled(element.attribute(named: "disabled") != nil)
36-
.onAppear {
37-
print(href)
38-
}
3936
}
4037
}
4138
}

0 commit comments

Comments
 (0)