From f04b2cff5dcb7ea444893151e553606d9ce6d75d Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 15 Nov 2023 15:30:45 +0000 Subject: [PATCH] Lint --- permchain/pregel/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/permchain/pregel/__init__.py b/permchain/pregel/__init__.py index 6fad69399..95eb46438 100644 --- a/permchain/pregel/__init__.py +++ b/permchain/pregel/__init__.py @@ -481,8 +481,6 @@ def _apply_writes_and_prepare_next_tasks( for_step + 1 == config["recursion_limit"] ] - print(for_step, config["recursion_limit"]) - updated_channels: set[str] = set() # Apply writes to channels for chan, vals in pending_writes_by_channel.items():