Skip to content

Commit 5d6b7e3

Browse files
committed
Update
1 parent 974bba1 commit 5d6b7e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Core/Sources/HostApp/CustomCommandSettings/CustomCommandView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ struct CustomCommandView: View {
111111
file.loadInPlaceFileRepresentation(forTypeIdentifier: "public.json") { url, _, error in
112112
Task { @MainActor in
113113
if let url {
114-
print(url)
115114
store.send(.importCommand(at: url))
116115
} else if let error {
117116
toast(error.localizedDescription, .error)

0 commit comments

Comments
 (0)