summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-11-04 07:45:27 +0000
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-11-04 07:45:27 +0000
commitbd0fe34b7ae7ece37f013c193c28cce4fe8ba9ec (patch)
tree09400eca21b8ab90cb0194fa6c6c1be671d967e0 /src
parent1a03f7a1163b8aea69b54066f25f6b935352b6d8 (diff)
Removed some logging from MMF Phonon backend
Reviewed-by: trustme
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/phonon/mmf/ancestormovemonitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp b/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp
index 876499c77d..0447d57b45 100644
--- a/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp
+++ b/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp
@@ -116,7 +116,7 @@ bool AncestorMoveMonitor::eventFilter(QObject *watched, QEvent *event)
if(event->type() == QEvent::Move || event->type() == QEvent::ParentChange) {
- TRACE_ENTRY("watched 0x%08x event.type %d", watched, event->type());
+ //TRACE_ENTRY("watched 0x%08x event.type %d", watched, event->type());
const Hash::const_iterator it = m_hash.find(watched);
if(it != m_hash.end()) {
@@ -141,7 +141,7 @@ bool AncestorMoveMonitor::eventFilter(QObject *watched, QEvent *event)
}
}
- TRACE_EXIT_0();
+ //TRACE_EXIT_0();
}
// The event is never consumed by this filter