Skip to content

Commit

Permalink
remove leftover println
Browse files Browse the repository at this point in the history
  • Loading branch information
André Sá de Mello committed Jun 12, 2024
1 parent de09d1f commit 951fc73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pointer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,7 @@ impl Pointer {
where
V: Into<Value>,
{
// println!("dest: {dest:?}, created_or_mutated: {created_or_mutated:?}, assigned_to: {assigned_to:?}");
if let Some((token, tail)) = self.split_front() {
// println!("token: {token:?}");
match dest {
Value::Null | Value::Number(_) | Value::String(_) | Value::Bool(_) => {
match token.as_str() {
Expand Down

0 comments on commit 951fc73

Please sign in to comment.