fix: remove stray breakpoint
This commit is contained in:
parent
d3259551b2
commit
bdf44bcd94
1 changed files with 0 additions and 3 deletions
|
@ -76,9 +76,6 @@ class MusicPlayer:
|
|||
self.queue.add(track)
|
||||
|
||||
def play(self):
|
||||
import pdb
|
||||
|
||||
pdb.set_trace()
|
||||
if self._current_track:
|
||||
with self.lock:
|
||||
pygame.mixer.music.play()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue