Skip to content

Commit

Permalink
chore: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Mar 12, 2024
1 parent 0ba89fe commit 15b475e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions merge/src/ordered_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ pub fn ordered_merge<'a>(
cur_right_option = children_right_it.next();
}
(a, b, c, d, e) => {
log::debug!(
"Invalid matching while merging {:#?} AND {:#?}",
left.to_string(),
right.to_string()
);

return Err(MergeError::InvalidMatchingConfiguration(
a,
b.is_some(),
Expand Down

0 comments on commit 15b475e

Please sign in to comment.