We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a08e7 commit 51054a9Copy full SHA for 51054a9
dash/_get_app.py
@@ -23,7 +23,6 @@ def with_app_context_async(func):
23
async def wrap(self, *args, **kwargs):
24
app_context.set(self)
25
ctx = copy_context()
26
- print("copied and set")
27
return await ctx.run(func, self, *args, **kwargs)
28
29
return wrap
0 commit comments