Skip to content

Commit

Permalink
Commented out some debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MJR committed May 7, 2020
1 parent 3e606da commit d900433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LinnstrumentHelper/Views/PlayingSurfaceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ struct PlayingSurfaceView: View {
Grid(items) { item in
Card(title: "\(item.noteNames[item.number])", color: item.color)

.onTapGesture {
// .onTapGesture {
// self.conductor.note1 = UInt8(item.number)
print(item.number)
}
// print(item.number)
// }
}

.overlayPreferenceValue(GridItemBoundsPreferencesKey.self) { preferences in
Expand Down

0 comments on commit d900433

Please sign in to comment.