From d60abeaa77760d400080a25e475958557be5d973 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 31 Aug 2011 17:43:06 +0000 Subject: [PATCH] no tcl warning for missing stllib --- 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" }