Comment debug statements in ustar.cpp and node.cpp

This commit is contained in:
EnderIce2
2024-04-01 03:24:47 +03:00
parent 6f0a2b3f17
commit e327ca783b
2 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ namespace vfs
this->Name, this);
}
debug("Created node %s(%#lx)", this->FullPath, this);
// debug("Created node %s(%#lx)", this->FullPath, this);
}
Node::~Node()