Skip to content

Commit

Permalink
reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Jul 27, 2023
1 parent 4e8fbf4 commit dba0984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erooster_imap/src/commands/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pub fn generate_response(arg: FetchArguments, mail: &mut MailEntryType) -> Resul
}
}
}
debug!("[Fetch] List Response: {}", resp);
//debug!("[Fetch] List Response: {}", resp);
Ok(Some(resp))
}
_ => Ok(None),
Expand Down

0 comments on commit dba0984

Please sign in to comment.