Skip to content

Commit

Permalink
just pushing some message to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Schmid-Siegert committed Nov 21, 2024
1 parent 4525dba commit 26912e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3245,7 +3245,7 @@ pub fn evaluate_and_predict(
debug!("INFO: orient1 {:?} orient2 {:?} fp_target1 {:?} fp_target2 {:?} f_begin1 {:?} f_begin2 {:?}",orient1_up,orient2_up,fp_target1,fp_target2,f_begin1,f_begin2);
continue;
}else if orient1_up.unwrap() == orient2_up.unwrap() {
eprintln!("WARNING: opposing information discovered in evaluting sense of fusion - this should not happen!");
debug!("WARNING: opposing information discovered in evaluting sense of fusion - this should not happen!");
debug!("INFO: Removed entry primary {:?} with SA {:?} as fusion positions ambiguous", primary_infos,align);
debug!("INFO: orient1 {:?} orient2 {:?} fp_target1 {:?} fp_target2 {:?} f_begin1 {:?} f_begin2 {:?}",orient1_up,orient2_up,fp_target1,fp_target2,f_begin1,f_begin2);
continue;
Expand Down

0 comments on commit 26912e8

Please sign in to comment.