mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
Remove println
This commit is contained in:
@@ -922,7 +922,6 @@ fn get_draft_msg_id(context: &Context, chat_id: u32) -> u32 {
|
||||
}
|
||||
|
||||
pub unsafe fn get_draft(context: &Context, chat_id: u32) -> Option<Message> {
|
||||
println!("chat_id {}", chat_id);
|
||||
if chat_id < DC_CHAT_ID_LAST_SPECIAL {
|
||||
warn!(context, "Invalid chat ID");
|
||||
return None;
|
||||
|
||||
Reference in New Issue
Block a user