Remove debug output
This commit is contained in:
parent
314cb5f13e
commit
51191b1d4c
@ -424,13 +424,6 @@ Volume::Mount(const char* parameterString)
|
||||
|
||||
// run the package loader
|
||||
resume_thread(fPackageLoader);
|
||||
dprintf("mounted packagefs successfully!\n");
|
||||
{
|
||||
for (Node* node = fRootDirectory->FirstChild(); node != NULL;
|
||||
node = fRootDirectory->NextChild(node)) {
|
||||
dprintf(" node %lld: \"%s\"\n", node->ID(), node->Name());
|
||||
}
|
||||
}
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user