1
0
Fork 0
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:
Nathan Lilienthal 2024-10-15 15:21:09 -04:00 committed by Christian Duerr
parent f5add2b77c
commit 392e24cd11

View file

@ -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;