jimmy.jiang@vinno.com 8 сар өмнө
parent
commit
331110cbef

+ 0 - 3
fis/Managers/BrowserManager.cs

@@ -217,10 +217,8 @@ namespace fis.Managers
             {
                 if (_mainBrowser == null)
                 {
-                    Logger.WriteShellLog("Get Main browser");
                     if (AppManager.IsVStation)
                     {
-                        Logger.WriteShellLog("Get Main browser converted to slave browser");
                         return SlaveBrowser;
                     }
                     if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
@@ -243,7 +241,6 @@ namespace fis.Managers
                     }
                     //_mainBrowser.Settings.WebSecurity = CefState.Disabled;
                 }
-                Logger.WriteShellLog("Get Main browser");
                 return _mainBrowser;
             }
         }