File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -216,17 +216,6 @@ class TMain : public TMainBase {
216
216
FillTokens (gatewayConfig.mutable_ydb ());
217
217
FillTokens (gatewayConfig.mutable_solomon ());
218
218
219
- for (auto & gateway : *RunnerOptions.FqSettings .FqConfig .mutable_gateways ()->mutable_pq ()->mutable_clustermapping ()) {
220
- if (!gateway.GetToken ()) {
221
- gateway.SetToken (RunnerOptions.FqSettings .YqlToken );
222
- }
223
- }
224
- for (auto & gateway : *RunnerOptions.FqSettings .FqConfig .mutable_gateways ()->mutable_s3 ()->mutable_clustermapping ()) {
225
- if (!gateway.GetToken ()) {
226
- gateway.SetToken (RunnerOptions.FqSettings .YqlToken );
227
- }
228
- }
229
-
230
219
auto & logConfig = RunnerOptions.FqSettings .LogConfig ;
231
220
logConfig.SetDefaultLevel (NActors::NLog::EPriority::PRI_CRIT);
232
221
FillLogConfig (logConfig);
You can’t perform that action at this time.
0 commit comments