mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue debug print
This commit is contained in:
parent
176dd4f12a
commit
d0fc117693
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ class AsgiRouter:
|
||||||
|
|
||||||
class AsgiLifespan:
|
class AsgiLifespan:
|
||||||
def __init__(self, app, on_startup=None, on_shutdown=None):
|
def __init__(self, app, on_startup=None, on_shutdown=None):
|
||||||
print("Wrapping {}".format(app))
|
|
||||||
self.app = app
|
self.app = app
|
||||||
on_startup = on_startup or []
|
on_startup = on_startup or []
|
||||||
on_shutdown = on_shutdown or []
|
on_shutdown = on_shutdown or []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue