From c3a3ac48b74bb899f188c0ef7e90ef5418abfb7e Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sun, 18 Nov 2012 09:08:04 +0000 Subject: [PATCH] prove misleading 'cannot load stl' msg --- ng/stlgeom.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng/stlgeom.tcl b/ng/stlgeom.tcl index 0f95572c..bdf28303 100644 --- a/ng/stlgeom.tcl +++ b/ng/stlgeom.tcl @@ -1,6 +1,6 @@ if { [catch { load libstlvis[info sharedlibextension] Ng_STL } result ] } { - puts "cannot load stl" - puts "error: $result" +# puts "cannot load stl" +# puts "error: $result" }