1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-11 13:18:13 +03:00

remove debug message

This commit is contained in:
Michail Vourlakos 2021-02-05 17:54:45 +02:00
parent 561f0168c0
commit 4222811de2

View File

@ -442,7 +442,6 @@ void TabLayouts::downloadLayout()
if (!dialog.changedEntries().isEmpty() && !dialog.installedEntries().isEmpty()) {
for (const auto &entry : dialog.installedEntries()) {
for (const auto &entryFile : entry.installedFiles()) {
qDebug() << "org.kde.latte ::: installing :: " << entryFile;
Latte::Layouts::Importer::LatteFileVersion version = Latte::Layouts::Importer::fileVersion(entryFile);
if (version == Latte::Layouts::Importer::LayoutVersion2) {