diff --git a/Ink Canvas/MainWindow.xaml.cs b/Ink Canvas/MainWindow.xaml.cs index 8aa1e679..2a3a5623 100644 --- a/Ink Canvas/MainWindow.xaml.cs +++ b/Ink Canvas/MainWindow.xaml.cs @@ -1801,7 +1801,6 @@ namespace Ink_Canvas SetWindowLong(hwnd, GWL_EXSTYLE, exStyle | WS_EX_TOPMOST); } - LogHelper.WriteLogToFile("置顶维护: 重新设置窗口置顶", LogHelper.LogType.Trace); } } catch (Exception ex) @@ -1960,4 +1959,4 @@ namespace Ink_Canvas #endregion } -} \ No newline at end of file +}