diff Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1654:39137da83b0b

fix print.js, no need for ua-parser.js anymore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Nov 2020 09:32:40 +0100
parents d77618883551
children 66e5fcdf5597
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Mon Nov 16 22:17:01 2020 +0100
+++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Tue Nov 17 09:32:40 2020 +0100
@@ -2117,7 +2117,6 @@
     //static const double MAX_DISTANCE = 0.5;   // 0.5 cm => TODO parameter?
     static const double MAX_DISTANCE = std::numeric_limits<double>::infinity();
 
-    OrthancStone::LinearAlgebra::Print(p);
     size_t frameIndex;
     if (cursor_.get() != NULL &&
         frames_.get() != NULL &&