Skip to content

Commit

Permalink
oopsie, remove print statement debuggery
Browse files Browse the repository at this point in the history
  • Loading branch information
jclgoodwin committed Jan 23, 2025
1 parent c6c79a6 commit c442f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion busstops/templatetags/urlise.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def urlise(value, autoescape=None):
.replace('">www.', '">', 1)
)
markup = markup.replace("/</a>", "</a>", 1)
print(markup)
if "megabus" in markup:
megabus = '"https://www.awin1.com/awclick.php?mid=2678&amp;id=242611&amp;clickref=urlise"'
markup = markup.replace('"https://www.megabus.co.uk"', megabus, 1)
Expand Down

0 comments on commit c442f7d

Please sign in to comment.