Skip to content

Commit

Permalink
docs(example): remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Mar 24, 2024
1 parent 487b03f commit ece619b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/vue2/name_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,5 @@
with html.Div("content", style="border: solid 1px black;"):
router.RouterView(name="content")

print(layout)


@ctrl.add("on_server_ready")
def debug(trame__routes, **state):
print(json.dumps(trame__routes, indent=2))


if __name__ == "__main__":
server.start()

0 comments on commit ece619b

Please sign in to comment.