Skip to content

Commit 018e936

Browse files
committed
revert task callbacks
1 parent c7bc416 commit 018e936

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lavalink/player_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from .enums import *
1313
from .errors import PlayerNotFound, NodeNotFound
1414
from .rest_api import RESTClient, Track
15-
from .utils import task_callback_debug
1615

1716
if TYPE_CHECKING:
1817
from . import node
@@ -190,7 +189,6 @@ async def connect(self, deafen: bool = False, channel: Optional[discord.VoiceCha
190189
if self._monitor_task is not None:
191190
self._monitor_task.cancel()
192191
self._monitor_task = asyncio.create_task(self._monitor())
193-
self._monitor_task.add_done_callback(task_callback_debug)
194192
if channel:
195193
if self.channel:
196194
self._last_channel_id = self.channel.id

0 commit comments

Comments
 (0)