Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 2, 2024
1 parent 3f162fb commit 6024282
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import lombok.extern.slf4j.Slf4j;
import org.hisp.dhis.analytics.AnalyticsTableHookService;
import org.hisp.dhis.analytics.partition.PartitionManager;
import org.hisp.dhis.analytics.table.model.AnalyticsDimensionType;
Expand All @@ -65,7 +64,6 @@
/**
* @author Markus Bekken
*/
@Slf4j
public abstract class AbstractEventJdbcTableManager extends AbstractJdbcTableManager {
public AbstractEventJdbcTableManager(
IdentifiableObjectManager idObjectManager,
Expand Down Expand Up @@ -212,8 +210,6 @@ protected void populateTableInternal(AnalyticsTablePartition partition, String f

sql += fromClause;

log.info("Populate table SQL: '{}'", sql);

invokeTimeAndLog(sql, "Populating table: '{}'", tableName);
}

Expand Down

0 comments on commit 6024282

Please sign in to comment.