summaryrefslogtreecommitdiffstats
path: root/weather
diff options
context:
space:
mode:
authorLuiz Agostini <luiz.agostini@openbossa.org>2009-11-04 22:47:14 -0300
committerLuiz Agostini <luiz.agostini@openbossa.org>2009-11-05 00:42:09 -0300
commit3073be2326fd9be80e22ef1e246652545c4a6eeb (patch)
tree2119ef03824efa182daba0861252625f563768dd /weather
parentc3dcea71ee47e0166b6245437a906046dcf2f5b7 (diff)
Weather: Removing debug messages.
Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
Diffstat (limited to 'weather')
-rw-r--r--weather/bootmanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/weather/bootmanager.cpp b/weather/bootmanager.cpp
index 08a2efe..609a85c 100644
--- a/weather/bootmanager.cpp
+++ b/weather/bootmanager.cpp
@@ -52,7 +52,6 @@ void BootManager::forecastResponse(const ForecastData &forecast)
m_data[forecast.key()] = forecast;
}
if (!m_pendingResponses) {
- qDebug() << "******************* All forecasts received.";
ForecastProvider::disconnectReceiver(this);
if (m_imagesLoaded)
emit ready();
@@ -61,7 +60,6 @@ void BootManager::forecastResponse(const ForecastData &forecast)
void BootManager::pixmapLoaderIsIdle()
{
- qDebug() << "******************* pixmap loader is idle" << m_pendingResponses;
PixmapLoader::disconnectReceiver(this);
m_imagesLoaded = true;
if (!m_pendingResponses)