remove debug statement

This commit is contained in:
RickyRister 2024-12-21 17:30:50 -08:00
parent 1ece73b2db
commit 6c835b6110

View file

@ -227,6 +227,5 @@ QStringList ShortcutsSettings::findOverlaps(const QString &name, const QString &
}
}
qDebug() << "TRACK" << overlaps;
return overlaps;
}