diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-16 16:31:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-18 09:58:00 +0200 |
commit | 60d91bed3fdfb0a3d89c51831b27d2187bd24c40 (patch) | |
tree | a29d698479cf3d84aaca3d5a6a9fcf59d13bc8cd /vcl | |
parent | 27fa859bb85ba7ac5b8cb22db5ae85750c7effba (diff) |
SAL_DEBUG "is never meant to remain in the code"
Change-Id: I8c0e513d36c087e9ea8019325cdb3122bec744be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155743
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/graphic/BinaryDataContainer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/graphic/BinaryDataContainer.cxx b/vcl/source/graphic/BinaryDataContainer.cxx index 83cacb491ac2..c9e75bc4ef77 100644 --- a/vcl/source/graphic/BinaryDataContainer.cxx +++ b/vcl/source/graphic/BinaryDataContainer.cxx @@ -45,7 +45,6 @@ struct BinaryDataContainer::Impl // Horrifying data loss ... SAL_WARN_IF(pStream->GetError(), "vcl", "Inconsistent system - failed to swap image back in"); - SAL_DEBUG("Swap in: " << pStream->GetError()); } void swapOut() |