Skip to content

Commit

Permalink
Merge pull request #258 from jwjacobson/my_branch
Browse files Browse the repository at this point in the history
Remove forgotten debug statements
  • Loading branch information
jwjacobson authored Apr 1, 2024
2 parents 8ccacd1 + 88c9abb commit 7af280d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tune/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ def play(request, pk):
rep_tune.last_played = timezone.now()
rep_tune.play_count += 1
rep_tune.save()
print(f"Played {rep_tune}")
print(url_name)

if url_name == "play_play":
return render(
Expand Down

0 comments on commit 7af280d

Please sign in to comment.