Skip to content

Commit

Permalink
Cleanup debug statements (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning authored Dec 11, 2024
1 parent c157745 commit f952086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion cumulus_library/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from cumulus_library.study_manifest import StudyManifest

__all__ = ["BaseTableBuilder", "CountsBuilder", "StudyConfig", "StudyManifest"]
__version__ = "4.1.0"
__version__ = "4.1.1"
3 changes: 0 additions & 3 deletions cumulus_library/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,11 @@ def clean_and_build_study(
"""
manifest = study_manifest.StudyManifest(target, self.data_path, options=options)
try:
print("prep", prepare)
print("cont", continue_from)
if not prepare:
builder.run_protected_table_builder(
config=self.get_config(manifest), manifest=manifest
)
if not continue_from:
print("continue")
log_utils.log_transaction(
config=self.get_config(manifest),
manifest=manifest,
Expand Down

0 comments on commit f952086

Please sign in to comment.