1
0
Fork 0
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:
Nathan Lilienthal 2024-10-15 15:21:09 -04:00 committed by GitHub
parent 2a2db5b6fd
commit 1cc08ebbf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;