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)
|
self.queue.add(track)
|
||||||
|
|
||||||
def play(self):
|
def play(self):
|
||||||
import pdb
|
|
||||||
|
|
||||||
pdb.set_trace()
|
|
||||||
if self._current_track:
|
if self._current_track:
|
||||||
with self.lock:
|
with self.lock:
|
||||||
pygame.mixer.music.play()
|
pygame.mixer.music.play()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue