Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 13, 2024
1 parent 1d8625b commit b8337aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/order-crates-for-publishing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8337aa

Please sign in to comment.