Skip to content

Commit e24c0f4

Browse files
committed
Add commented debug logging
1 parent 1f6f416 commit e24c0f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/internal/core.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ impl<P: Package, V: Version> State<P, V> {
151151
let id = self.incompatibility_store.len();
152152
let prior_cause =
153153
Incompatibility::prior_cause(id, &current_incompat, &cause);
154+
// eprintln!("\ncause 1: {}", &current_incompat);
155+
// eprintln!("cause 2: {}", &cause);
156+
// eprintln!("prior cause: {}\n", &prior_cause);
154157
self.incompatibility_store.push(prior_cause.clone());
155158
current_incompat = prior_cause;
156159
current_incompat_changed = true;

0 commit comments

Comments
 (0)