17344: Remove client code setting X-External-Client header.
[arvados.git] / services / crunch-dispatch-slurm / crunch-dispatch-slurm.go
index c774584d683c338e70629320d9d602b9fea30814..ac394e114962ddf05d2e71e94cc4bb1ff46c4780 100644 (file)
@@ -101,7 +101,6 @@ func (disp *Dispatcher) configure() error {
                if disp.Client.Insecure {
                        os.Setenv("ARVADOS_API_HOST_INSECURE", "1")
                }
-               os.Setenv("ARVADOS_EXTERNAL_CLIENT", "")
                for k, v := range disp.cluster.Containers.SLURM.SbatchEnvironmentVariables {
                        os.Setenv(k, v)
                }