Skip to content

Commit

Permalink
Remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Sep 28, 2023
1 parent 6f75c4b commit 6b47806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_js/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def strs() -> Iterator[str]:
break
res.append(self.render_xref(xref[0], escape))

print(res)
return r"\ ".join(res)

def render_xref(self, s: TypeXRef, escape: bool = False) -> str:
Expand Down

0 comments on commit 6b47806

Please sign in to comment.