Remove a dbg!()

This commit is contained in:
Luke D. Jones
2023-08-10 09:47:13 +12:00
parent 3ec37a4dac
commit 573568d6e2
2 changed files with 11 additions and 11 deletions

View File

@@ -522,7 +522,6 @@ mod tests {
let mut data_path = PathBuf::from(DATA_DIR);
data_path.push("data");
data_path.push("aura_support.ron");
dbg!(&data_path);
let mut buf = std::fs::read_to_string(&data_path).unwrap();
let data: LedSupportFile = ron::from_str(&buf).unwrap();