Skip to content

Commit 49eccdf

Browse files
authored
Merge pull request #3426 from plotly/fix-get-app-print
Remove print in async get_app
2 parents 89a08e7 + 51054a9 commit 49eccdf

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)