mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 11:32:38 +02:00
Remove extraneous debug statement
This commit is contained in:
parent
45c76d57a5
commit
9dc7794f2d
1 changed files with 0 additions and 3 deletions
|
@ -105,9 +105,6 @@ class Roll(BaseRoll):
|
|||
def url_for(self, name, *args, **kwargs):
|
||||
route = self._find_route_by_name(name)
|
||||
if not route:
|
||||
from pdb import set_trace
|
||||
|
||||
set_trace()
|
||||
raise Exception(f"Route for '{name}' wasn't found")
|
||||
try:
|
||||
return route.path.format(*args, **kwargs)
|
||||
|
|
Loading…
Reference in a new issue