Skip to content

Commit 69bc4b0

Browse files
authored
Merge branch 'dev' into create-pull-request/patch
2 parents 2a9477e + 49eccdf commit 69bc4b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/_get_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def with_app_context_async(func):
2323
async def wrap(self, *args, **kwargs):
2424
app_context.set(self)
2525
ctx = copy_context()
26-
print("copied and set")
2726
return await ctx.run(func, self, *args, **kwargs)
2827

2928
return wrap

0 commit comments

Comments
 (0)