Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aziezahmed committed Aug 7, 2021
1 parent 52dcfe9 commit 750cb94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions podcast_player/podcast_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def main_menu(self):
for index, podcast in enumerate(podcasts):
podcast_names.append(podcast.name)

print (podcast_names)

podcast_names.append("Quit")

questions = [
Expand Down

0 comments on commit 750cb94

Please sign in to comment.