Skip to content

Commit

Permalink
Remove stray debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 15, 2024
1 parent c2183c7 commit c61286f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ fn try_main() -> anyhow::Result<()> {
if path.exists() {
match std::fs::read(path) {
Ok(data) => {
eprintln!("Okay, reading theme");
let mut chunks = data.array_chunks().copied();
let theme = std::array::from_fn(|_| {
ThemeColor::Custom(chunks.next().unwrap_or_default())
Expand Down

0 comments on commit c61286f

Please sign in to comment.