forked from 00dani/lemoncurry
Remove extraneous debugging print()
This commit is contained in:
parent
7d677734f3
commit
756e3478d8
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ def add(route, label=None, parent=None):
|
||||||
|
|
||||||
|
|
||||||
def find(match):
|
def find(match):
|
||||||
print(breadcrumbs)
|
|
||||||
crumbs = []
|
crumbs = []
|
||||||
route = match.view_name
|
route = match.view_name
|
||||||
while route:
|
while route:
|
||||||
|
|
Loading…
Reference in a new issue