diff system/System.cpp @ 1849:00405d2cf0d1

Remove debug output
author Chris Cannam
date Wed, 29 Apr 2020 13:25:07 +0100
parents a4dce53b3353
children e5d0ea9ac8f1
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;