Skip to content

Commit

Permalink
Remove unused print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamede1945 committed May 18, 2018
1 parent 2136f09 commit 715f2bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ private class AyahDataSource: ItemDataSource {
_ cell: AdvancedAudioOptionsSelectionTableViewCell,
didSelectRow row: Int,
in component: Int) {
print("sura:", cell.picker.selectedRow(inComponent: 0))
let component1 = cell.picker.selectedRow(inComponent: 0)
ayah = AyahNumber(sura: component1 + 1, ayah: ayah.ayah)
if component == 0 {
Expand Down

0 comments on commit 715f2bd

Please sign in to comment.