diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2025-04-01 17:23:06 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2025-04-01 21:36:13 +0200 |
commit | 30dda57ffcddf8ec1981c589ce3c5df63e9e1054 (patch) | |
tree | 3b5df3751f2e80a86886b2004b6a4d1e1eb23df2 /drawinglayer | |
parent | 911609a595728f304dfe592bd290c79d2d1ef436 (diff) |
remove SAL_WARN from BufferedDecompositionFlusher
now that this has stabilised, I don't need it anymore
Change-Id: Ibadd043bb11f6070ee66637e3eb0174c9bbe7a63
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183596
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/BufferedDecompositionFlusher.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/BufferedDecompositionFlusher.cxx b/drawinglayer/source/primitive2d/BufferedDecompositionFlusher.cxx index d65ea068bb2b..2dd36148bb66 100644 --- a/drawinglayer/source/primitive2d/BufferedDecompositionFlusher.cxx +++ b/drawinglayer/source/primitive2d/BufferedDecompositionFlusher.cxx @@ -54,7 +54,6 @@ static BufferedDecompositionFlusher* getInstance() // static void BufferedDecompositionFlusher::shutdown() { - SAL_WARN("drawinglayer", "tearing down BufferedDecompositionFlusher"); BufferedDecompositionFlusher* pFlusher = getInstance(); pFlusher->onTeardown(); // We have to wait for the thread to exit, otherwise we might end up with the background thread |