From b8337aa9b4ca97b8edeba0be903b26b6197b156d Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 13 Aug 2024 22:40:49 +0400 Subject: [PATCH] remove debug prints --- ci/order-crates-for-publishing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/order-crates-for-publishing.py b/ci/order-crates-for-publishing.py index eed596e797445a..6bfda2b29df0d0 100755 --- a/ci/order-crates-for-publishing.py +++ b/ci/order-crates-for-publishing.py @@ -86,9 +86,6 @@ def should_add(package, dependency, wrong_self_dev_dependencies): self_dev_dep_with_dev_context_only_utils = is_self_dev_dep_with_dev_context_only_utils( package, dependency, wrong_self_dev_dependencies ) - if package["name"] == "solana-sanitize": - print(dependency) - print(is_path_dev_dep(dependency)) return ( related_to_solana and not self_dev_dep_with_dev_context_only_utils