Skip to content

Commit aabeeb7

Browse files
committed
removing print
1 parent 8c52bbb commit aabeeb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/server_factories/flask_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def _wrap_errors(error):
5050
return tb, 500
5151

5252
def add_url_rule(self, app, rule, view_func, endpoint=None, methods=None):
53-
print(rule, endpoint, methods)
5453
app.add_url_rule(
5554
rule, view_func=view_func, endpoint=endpoint, methods=methods or ["GET"]
5655
)

0 commit comments

Comments
 (0)