From aa314d2065124f7fc09e7952b63eac0149598a06 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Sun, 24 May 2020 13:05:11 +1000
Subject: [PATCH] more debugging

---
 src/app/browser-window.service.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/browser-window.service.ts b/src/app/browser-window.service.ts
index 6c9dbe0..37f90f1 100644
--- a/src/app/browser-window.service.ts
+++ b/src/app/browser-window.service.ts
@@ -62,6 +62,7 @@ export class BrowserWindowService {
      let twshost = this.twsproxy.replace(re,"$1");
      let windowloc = url.replace(/\{twsproxy\}/g,this.twsproxy).replace(/twshost/g,twshost);
      var authwindow = null;
+     console.log('openAppWindow entered');
    
      if (basicAuth) {
        let authwindowloc = windowloc.replace(/^https:\/\//,'https://'+appinst.username+':'+appinst.password+'@');
-- 
GitLab