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
-1
View File
@@ -53,7 +53,6 @@ BDiskDevice::~BDiskDevice()
void void
BDiskDevice::Unset() BDiskDevice::Unset()
{ {
printf("BDiskDevice::Unset()\n");
fSessions.MakeEmpty(); fSessions.MakeEmpty();
fUniqueID = -1; fUniqueID = -1;
fChangeCounter = 0; fChangeCounter = 0;
+2 -2
View File
@@ -212,8 +212,8 @@ BDiskDeviceRoster::VisitEachPartition(BDiskDeviceVisitor *visitor,
} }
// Traverse // Traverse
/*! \brief Pre-order traverses the tree of the spanned by the BDiskDevices and /*! \brief Pre-order traverses the trees of the spanned by the BDiskDevices
their subobjects. and their subobjects.
The supplied visitor's Visit() is invoked for each device, for each The supplied visitor's Visit() is invoked for each device, for each
session and for each partition. session and for each partition.