Removed debugging output and comment changes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2766 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-20 00:24:36 +00:00
parent 15b1caa428
commit 7a5ee334ba
2 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,6 @@ BDiskDevice::~BDiskDevice()
void
BDiskDevice::Unset()
{
printf("BDiskDevice::Unset()\n");
fSessions.MakeEmpty();
fUniqueID = -1;
fChangeCounter = 0;

View File

@ -212,8 +212,8 @@ BDiskDeviceRoster::VisitEachPartition(BDiskDeviceVisitor *visitor,
}
// Traverse
/*! \brief Pre-order traverses the tree of the spanned by the BDiskDevices and
their subobjects.
/*! \brief Pre-order traverses the trees of the spanned by the BDiskDevices
and their subobjects.
The supplied visitor's Visit() is invoked for each device, for each
session and for each partition.