Remove debug output

This commit is contained in:
Ingo Weinhold 2011-06-21 19:31:17 +02:00
parent 314cb5f13e
commit 51191b1d4c

View File

@ -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;
}