changeset 1849:00405d2cf0d1

Remove debug output
author Chris Cannam
date Wed, 29 Apr 2020 13:25:07 +0100
parents 9762a7f084a0
children e830b252267e
files system/System.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/system/System.cpp	Wed Apr 22 17:18:33 2020 +0100
+++ b/system/System.cpp	Wed Apr 29 13:25:07 2020 +0100
@@ -343,7 +343,6 @@
 bool
 OSReportsDarkThemeActive()
 {
-    SVCERR << "OSReportsDarkThemeActive() called" << endl;
 #ifndef AVOID_WINRT_DEPENDENCY
 #ifdef _MSC_VER
     using namespace winrt::Windows::UI::ViewManagement;