Skip to content

Commit 2761a4a

Browse files
committed
Updates for djagno 3.2 compatibility
1 parent 12f902e commit 2761a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bokeh_django/consumers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ async def _async_open(self, token: str) -> None:
278278
log.info("ServerConnection created")
279279

280280
except Exception as e:
281-
breakpoint()
282281
log.error("Could not create new server session, reason: %s", e)
283282
self.close()
284283
raise e

0 commit comments

Comments
 (0)