Skip to content

Commit

Permalink
Remove unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Feb 9, 2025
1 parent cca9a84 commit b7138d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ QUuid Database::uuid() const
*/
bool Database::open(QSharedPointer<const CompositeKey> key, QString* error)
{
Q_ASSERT(!m_data.filePath.isEmpty());
if (m_data.filePath.isEmpty()) {
return false;
}
Expand Down

0 comments on commit b7138d0

Please sign in to comment.