Skip to content

Commit

Permalink
Removing an offensive logging statement in workbook generation (local…
Browse files Browse the repository at this point in the history
…ly) (#4080)

* Removing an offensive logging statement

* Add a newline, appease the linting gods

---------

Co-authored-by: James Person <jperson1@umbc.edu>
  • Loading branch information
jadudm and jperson1 authored Jul 31, 2024
1 parent 793f9de commit 7e2cfc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/schemas/scripts/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ def set_wb_security(wb, password):
# I cannot prevent the sheets from unlocking.
wb.security = WorkbookProtection(workbookPassword=password, lockStructure=True)
wb.security.lockStructure = True
print(f"To unlock: {password}")


def save_workbook(wb, basename):
Expand Down

0 comments on commit 7e2cfc4

Please sign in to comment.