summaryrefslogtreecommitdiffstats
path: root/src/helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.cc')
-rw-r--r--src/helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper.cc b/src/helper.cc
index ffadbe9..fac1bb9 100644
--- a/src/helper.cc
+++ b/src/helper.cc
@@ -65,7 +65,7 @@ void groupProfiles(const std::set<pa_card_profile_info2 *, profile_prio_compare>
parseId.append(p);
}
}
- qDebug() << "ParseID:" << parseId;
+ //qDebug() << "ParseID:" << parseId;
ProfileGroup &group = profiles[parseId];
if (p_profile->available) {
group.available = true;