From 2c685e244f44271e0dde1960e0973da9708576fe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 27 Jun 2023 14:18:40 +0200 Subject: remove this SAL_WARN has not revealed anything interesting on jenkins Change-Id: I15ebabc171dbb38f440ec607ea05be9b807bdea8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153648 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/win/gdi/salprn.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl') diff --git a/vcl/win/gdi/salprn.cxx b/vcl/win/gdi/salprn.cxx index 71e4753995ae..78c8135a93d2 100644 --- a/vcl/win/gdi/salprn.cxx +++ b/vcl/win/gdi/salprn.cxx @@ -1080,8 +1080,6 @@ void WinSalInfoPrinter::setHDC(HDC hNewDC) if (m_hDC) { assert(!m_pGraphics || m_hDC == m_pGraphics->getHDC()); - // we get intermittent crashes on the Windows jenkins box around here, let us see if there is something weird about the DC - SAL_WARN_IF(!hNewDC, "vcl", "Graphics DC " << m_hDC); delete m_pGraphics; m_pGraphics = nullptr; DeleteDC(m_hDC); -- cgit