提交 806732a7 编写于 作者: B Brian Anderson

core: Turn off rtdebug logging

上级 ece09866
......@@ -8,8 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// Some basic logging
macro_rules! rtdebug (
macro_rules! rtdebug_ (
($( $arg:expr),+) => ( {
dumb_println(fmt!( $($arg),+ ));
......@@ -30,7 +31,7 @@ fn dumb_println(s: &str) {
)
// An alternate version with no output, for turning off logging
macro_rules! rtdebug_ (
macro_rules! rtdebug (
($( $arg:expr),+) => ( $(let _ = $arg)*; )
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册