mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +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> {
|
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 {
|
if chat_id < DC_CHAT_ID_LAST_SPECIAL {
|
||||||
warn!(context, "Invalid chat ID");
|
warn!(context, "Invalid chat ID");
|
||||||
return None;
|
return None;
|
||||||
|
|||||||
Reference in New Issue
Block a user