mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
[partition] Remove logging-of-a-pointer during device detection
This commit is contained in:
parent
3dd02edc78
commit
3aac4dea67
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue