Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shima11 committed Apr 8, 2024
1 parent ddaf923 commit a1fbd2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/BrightroomUI/Shared/Components/Crop/CropView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,7 @@ extension CropView {
}
}

private func record(_ line: String = #function) {
print("### record:", line)
private func record() {
store.commit { state in

guard let crop = state.proposedCrop else {
Expand Down

0 comments on commit a1fbd2b

Please sign in to comment.