summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/lib/init.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index 3f962ba7f19c..933b9e669a2d 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -178,7 +178,7 @@ namespace desktop {
{
if (m_queue[i].first == type)
{
- SAL_WARN("idle", "Found [" + std::to_string(type) + "] at " + std::to_string(i));
+ //SAL_WARN("idle", "Found [" + std::to_string(type) + "] at " + std::to_string(i));
break;
}
}
@@ -187,7 +187,7 @@ namespace desktop {
{
if (m_queue[i].first == type)
{
- SAL_WARN("idle", "Removing [" + std::to_string(type) + "] at " + std::to_string(i));
+ //SAL_WARN("idle", "Removing [" + std::to_string(type) + "] at " + std::to_string(i));
m_queue.erase(m_queue.begin() + i);
}
}