From cee40b3e90e1909de9b811d55345cd161390de87 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 12 Sep 2020 15:32:18 +0200 Subject: [PATCH] Remove commented code This code has been commented out for 6 years and was not missed. --- dataengines/weather/ions/envcan/ion_envcan.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dataengines/weather/ions/envcan/ion_envcan.cpp b/dataengines/weather/ions/envcan/ion_envcan.cpp index ba66d2c82..6fcf7dbcd 100644 --- a/dataengines/weather/ions/envcan/ion_envcan.cpp +++ b/dataengines/weather/ions/envcan/ion_envcan.cpp @@ -1603,13 +1603,6 @@ void EnvCanadaIon::updateWeather(const QString& source) tempHigh, tempLow, popPrecent)); - //qCDebug(IONENGINE_ENVCAN) << "i18n summary string: " << qPrintable(i18n(forecastInfo->shortForecast.toUtf8())); - - /* - data.insert(QString("Long Forecast Day %1").arg(i), QString("%1|%2|%3|%4|%5|%6|%7|%8") \ - .arg(fieldList[0]).arg(fieldList[2]).arg(fieldList[3]).arg(fieldList[4]).arg(fieldList[6]) \ - .arg(fieldList[7]).arg(fieldList[8]).arg(fieldList[9])); - */ ++i; }