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.
2 parents 89a08e7 + 51054a9 commit 49eccdfCopy full SHA for 49eccdf
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