remove some debugging

This commit is contained in:
holger krekel
2019-07-16 00:03:49 +02:00
parent e892c5cf4d
commit 360089ac74
3 changed files with 0 additions and 8 deletions

View File

@@ -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,