Skip to content

Commit

Permalink
Removed unneeded logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenlax committed May 17, 2017
1 parent 5954e22 commit a767a9d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -194,7 +194,6 @@ public void getTempFilePrefix(ProcessContext c) {
@Override
public String apply(String input) {
String jobId = BigQueryHelpers.randomUUIDString();
LOG.info("BigQuery export job id {}", jobId);
return jobId;
}
}))
Expand Down

0 comments on commit a767a9d

Please sign in to comment.