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 2a9477e + 49eccdf commit 69bc4b0Copy full SHA for 69bc4b0
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