[partition] Remove logging-of-a-pointer during device detection
This commit is contained in:
parent
3dd02edc78
commit
3aac4dea67
@ -257,7 +257,6 @@ PartitionCoreModule::doInit()
|
||||
cDebug() << Logger::SubEntry << "node\tcapacity\tname\tprettyName";
|
||||
for ( auto device : devices )
|
||||
{
|
||||
cDebug() << Logger::SubEntry << Logger::Pointer( device );
|
||||
if ( device )
|
||||
{
|
||||
// Gives ownership of the Device* to the DeviceInfo object
|
||||
|
Loading…
Reference in New Issue
Block a user