diff Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1594:74ed691f9c64

fix initial rendering of MPR sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 15:52:11 +0100
parents 5887a4f8594b
children 4c9e68291467
line wrap: on
line diff
--- a/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Fri Oct 23 17:39:16 2020 +0200
+++ b/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Mon Oct 26 15:52:11 2020 +0100
@@ -157,7 +157,8 @@
     {
       OrthancStone::StoneInitialize();
       Orthanc::Logging::Initialize();
-      Orthanc::Logging::EnableTraceLevel(true);
+      //Orthanc::Logging::EnableTraceLevel(true);
+      Orthanc::Logging::EnableInfoLevel(true);
 
       LOG(WARNING) << "Initializing native Stone";