mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
remove some debugging
This commit is contained in:
@@ -95,7 +95,6 @@ macro_rules! info {
|
||||
info!($ctx, $data1, $msg,)
|
||||
};
|
||||
($ctx:expr, $data1:expr, $msg:expr, $($args:expr),* $(,)?) => {{
|
||||
println!("xxx");
|
||||
let formatted = format!($msg, $($args),*);
|
||||
let formatted_c = $crate::dc_tools::to_cstring(formatted);
|
||||
$ctx.call_cb($crate::constants::Event::INFO, $data1 as uintptr_t,
|
||||
|
||||
Reference in New Issue
Block a user