[zion] Remove old debug messages
This commit is contained in:
parent
bbc31a0d2b
commit
424b032146
3 changed files with 1 additions and 4 deletions
|
|
@ -70,7 +70,6 @@ class SharedPtr {
|
|||
return;
|
||||
}
|
||||
if (--(*ref_cnt_) == 0) {
|
||||
dbgln("Deleting shared ptr: %m", ptr_);
|
||||
delete ptr_;
|
||||
delete ref_cnt_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue