Skip to content

Commit

Permalink
Remove a line that was exposing secrets (#17354)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau authored Sep 28, 2022
1 parent a8c7212 commit fec1d0b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ public ConnectorJobOutput run(final JobRunConfig jobRunConfig,

final ActivityExecutionContext context = Activity.getExecutionContext();

log.info("Fetching catalog data {}", fullConfig);

final TemporalAttemptExecution<StandardDiscoverCatalogInput, ConnectorJobOutput> temporalAttemptExecution =
new TemporalAttemptExecution<>(
workspaceRoot,
Expand Down

0 comments on commit fec1d0b

Please sign in to comment.