diff --git a/src/kits/storage/DiskDevice.cpp b/src/kits/storage/DiskDevice.cpp index fb246f2347..af6ce1135f 100644 --- a/src/kits/storage/DiskDevice.cpp +++ b/src/kits/storage/DiskDevice.cpp @@ -53,7 +53,6 @@ BDiskDevice::~BDiskDevice() void BDiskDevice::Unset() { -printf("BDiskDevice::Unset()\n"); fSessions.MakeEmpty(); fUniqueID = -1; fChangeCounter = 0; diff --git a/src/kits/storage/DiskDeviceRoster.cpp b/src/kits/storage/DiskDeviceRoster.cpp index 7477cc6ca7..c75f72a7e8 100644 --- a/src/kits/storage/DiskDeviceRoster.cpp +++ b/src/kits/storage/DiskDeviceRoster.cpp @@ -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.