Skip to content

Commit ffa0804

Browse files
fix: remove debug code
1 parent 6282e25 commit ffa0804

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • snakemake_interface_software_deployment_plugins

snakemake_interface_software_deployment_plugins/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ def _managed_generic_hash(self, kind: str) -> str:
325325
if store is None:
326326
record_hash = f"record_{kind}"
327327
hash_object = hashlib.md5(usedforsecurity=False)
328-
breakpoint()
329328
if self.within is not None and self.hash_include_within():
330329
# For within, we always take the normal hash,
331330
# since the deployment just runs within that.

0 commit comments

Comments
 (0)