Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup unused variable from the block device
  • Loading branch information
rainemak committed May 27, 2019
1 parent 1dc0d5f commit 9daf6c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/udisks2block.cpp
Expand Up @@ -28,11 +28,6 @@ UDisks2::Block::Block(const QString &path, const UDisks2::InterfacePropertyMap &
qCWarning(lcMemoryCardLog) << "Failed to connect to Block properties change interface" << m_path << m_connection.lastError().message();
}

QDBusInterface dbusPropertyInterface(UDISKS2_SERVICE,
m_path,
DBUS_OBJECT_PROPERTIES_INTERFACE,
m_connection);

qCInfo(lcMemoryCardLog) << "Creating a new block. Mountable:" << m_mountable << ", encrypted:" << m_encrypted << "object path:" << m_path << "data is empty:" << m_data.isEmpty();

if (m_interfacePropertyMap.isEmpty()) {
Expand Down

0 comments on commit 9daf6c5

Please sign in to comment.