Skip to content

Commit

Permalink
Remove accidental debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin committed Jul 17, 2024
1 parent 35d21c7 commit 4805c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pretext/project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,6 @@ def save_asset_table(self, asset_table: pt.AssetTable) -> None:
Saves the asset_table to a pickle file in the generated assets directory
based on the target name.
"""
self.ensure_asset_directories()
log.warning("Saving asset table")
with open(self.generated_dir_abspath() / f".{self.name}_assets.pkl", "wb") as f:
pickle.dump(asset_table, f)

Expand Down

0 comments on commit 4805c75

Please sign in to comment.