xo-object2: drop DArray debug
This commit is contained in:
parent
69dde32c23
commit
faafd5c1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ namespace xo {
|
|||
std::size_t
|
||||
DArray::forward_children(obj<ACollector> gc) noexcept
|
||||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
scope log(XO_DEBUG(false));
|
||||
|
||||
for (size_type i = 0; i < size_; ++i) {
|
||||
log && log("DArray::forward_children (loop)", xtag("i", i), xtag("z", size_));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue