mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Remove debug prints
This commit is contained in:
parent
98646dee57
commit
3e564e68c9
1 changed files with 0 additions and 5 deletions
|
@ -171,11 +171,6 @@ struct TimerMod {
|
|||
|
||||
impl Timer {
|
||||
fn new() -> Self {
|
||||
println!(
|
||||
"=========== {:?}",
|
||||
std::mem::size_of::<Option<Box<TimerMod>>>()
|
||||
);
|
||||
|
||||
Timer(Rc::new(TimerInner {
|
||||
elapsed: Cell::new(0),
|
||||
elapsed_time: Cell::new(None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue