Remove extraneous debugging print()

This commit is contained in:
Danielle McLean 2018-03-08 14:08:21 +11:00
parent 7d677734f3
commit 756e3478d8
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ def add(route, label=None, parent=None):
def find(match):
print(breadcrumbs)
crumbs = []
route = match.view_name
while route: