diff --git a/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/manifest_components.py b/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/manifest_components.py index cc9e611fa1efaca72b27d2d00db618efad397428..19f56a88bdadb90b09df4243c4a14143da41c52b 100644 --- a/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/manifest_components.py +++ b/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/manifest_components.py @@ -16,8 +16,6 @@ WEBLOG_FILENAME = "weblog.tgz" SCIENCE_PRODUCT_PATTERN = re.compile("[a-zA-Z0-9._\\-+]*\\.tar") JSON = Union[int, float, str, List["JSON"], Dict[str, "JSON"]] -print() - class IngestionManifestKey(Enum): """Sections we expect to see in a manifest"""