Skip to content

Commit

Permalink
Removing debug print-outs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 31, 2025
1 parent a5d76a7 commit b668ba4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions doc/.static/dochelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,4 @@ def generateParamTable(klass, fwParams, app=None):
"""
content.append(pluginContent + "\n")

print("\n".join(content))

return "\n".join(content)
3 changes: 0 additions & 3 deletions doc/user/inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,4 @@ through ``self.cs``.

content += '\n'

print("ARMI Settings")
print(content)

return content

0 comments on commit b668ba4

Please sign in to comment.