mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
Remove dbg! in migration command
This commit is contained in:
parent
2a2db5b6fd
commit
1cc08ebbf8
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(()),
|
||||
};
|
||||
|
||||
dbg!(&key);
|
||||
origin_key = Some(key);
|
||||
origin_item = item;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue