Skip to content

Commit

Permalink
remove getUploadResult in verifyAndLog (#8955)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi77Qi authored Nov 19, 2024
1 parent 62fad8b commit 1f7ca68
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,7 @@ private ReportingUploadDetails getUploadDetails(ReportingSnapshot snapshot) {
getUploadResult(
snapshot,
DatasetConceptSetColumnValueExtractor.TABLE_NAME,
ReportingSnapshot::getDatasetConceptSets),
getUploadResult(
snapshot,
LeonardoAppUsageColumnValueExtractor.TABLE_NAME,
ReportingSnapshot::getLeonardoAppUsage)));
ReportingSnapshot::getDatasetConceptSets)));
verifyStopwatch.stop();
logger.info(LogFormatters.duration("Verification queries", verifyStopwatch.elapsed()));
return result;
Expand Down

0 comments on commit 1f7ca68

Please sign in to comment.