14720: Delete commented out code
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 22 Feb 2019 20:27:32 +0000 (15:27 -0500)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 22 Feb 2019 20:27:32 +0000 (15:27 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

src/services/auth-service/auth-service.ts

index 11e3e776f411bbed720fc130cc89308349270158..3fd67fc01547af89c91785e2c9ac4f6c160453df 100644 (file)
@@ -101,7 +101,6 @@ export class AuthService {
 
     public login(uuidPrefix: string, homeCluster: string) {
         const currentUrl = `${window.location.protocol}//${window.location.host}/token`;
-        // window.location.assign(`${this.baseUrl || ""}/login?return_to=${currentUrl}`);
         window.location.assign(`https://${homeCluster}/login?remote=${uuidPrefix}&return_to=${currentUrl}`);
     }