mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Remove dbg! in migration command
This commit is contained in:
parent
f5add2b77c
commit
392e24cd11
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ fn move_value(document: &mut DocumentMut, origin: &[&str], target: &[&str]) -> R
|
||||||
None => return Ok(()),
|
None => return Ok(()),
|
||||||
};
|
};
|
||||||
|
|
||||||
dbg!(&key);
|
|
||||||
origin_key = Some(key);
|
origin_key = Some(key);
|
||||||
origin_item = item;
|
origin_item = item;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue