Remove debug output

This commit is contained in:
Ingo Weinhold
2011-11-25 06:17:46 +01:00
parent 6e2af637b9
commit 7ed608c615
@@ -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;
}