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:
parent
561f0168c0
commit
4222811de2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user