[graphics/krita] libs/image: Remove leftover debug that also broke the qt5 build.
Wolthera van Hövell tot Westerflier <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a0e6adf791c3462f7aa9a40ede27ce69257b7755 by Wolthera van Hövell tot Westerflier.
Committed on 17/08/2026 at 09:54.
Pushed by woltherav into branch 'master'.
Remove leftover debug that also broke the qt5 build.
M +0 -2 libs/image/kis_image.cc
https://invent.kde.org/graphics/krita/-/commit/a0e6adf791c3462f7aa9a40ede27ce69257b7755
diff --git a/libs/image/kis_image.cc b/libs/image/kis_image.cc
index 3efd004c39c..6542d6ab635 100644
--- a/libs/image/kis_image.cc
+++ b/libs/image/kis_image.cc
@@ -315,8 +315,6 @@ public:
colorVolumeInformation = std::nullopt;
diffuseWhiteLightLevel = std::nullopt;
}
-
- LEAVE_FUNCTION() << ppVar(diffuseWhiteLightLevel);
}
struct SetImageProjectionColorSpace;