Skip to content

Commit 7783fe8

Browse files
committed
Removed print statement
1 parent bea2697 commit 7783fe8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/dash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ def init_app(self, app=None, **kwargs):
446446
config.routes_pathname_prefix.replace("/", "_"), "dash_assets"
447447
)
448448

449-
print(assets_blueprint_name)
450449
self.server.register_blueprint(
451450
flask.Blueprint(
452451
assets_blueprint_name,

0 commit comments

Comments
 (0)