Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
d-hrs committed Jan 12, 2024
1 parent e91b53b commit 54b57ce
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,6 @@ public TaskReport run(TaskSource taskSource,
pageBuilder.flush();
};
pageBuilder.finish();

// for (GoogleAdsServiceClient.SearchPage page : reporter.getReportPage(params)) {
// for (GoogleAdsRow row : page.getValues()) {
// result = new HashMap<String, String>()
// {
// };
// reporter.flattenResource(null, row.getAllFields(), result);
// schema.visitColumns(new GoogleAdsColumnVisitor(new GoogleAdsAccessor(task, result), pageBuilder, task));
// pageBuilder.addRecord();
// }
// pageBuilder.flush();
// }
// pageBuilder.finish();
}
} catch (Exception e) {
logger.error(e.getMessage());
Expand Down

0 comments on commit 54b57ce

Please sign in to comment.