Skip to content

Commit 6ebbfd2

Browse files
committed
remove comment db aggregation
1 parent 58e7a9c commit 6ebbfd2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pragaProject/pragaProject.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -3462,13 +3462,6 @@ bool PragaProject::computeDroughtIndexPoint(droughtIndex index, int timescale, i
34623462

34633463
bool PragaProject::computeDroughtIndexPointGUI(droughtIndex index, int timescale, int refYearStart, int refYearEnd, QDate myDate)
34643464
{
3465-
3466-
if (!aggregationDbHandler)
3467-
{
3468-
logError("No db aggregation");
3469-
return false;
3470-
}
3471-
34723465
// check meteo point
34733466
if (! meteoPointsLoaded)
34743467
{

0 commit comments

Comments
 (0)