Browse Source

tweakbar and snapping for clip in medit

Former-commit-id: 4a4c99d978e66c592fd4e1a79f84dda339dc4a1a
Alec Jacobson (jalec 12 years ago
parent
commit
c7cebb5835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/ReAntTweakBar.cpp

+ 1 - 1
include/igl/ReAntTweakBar.cpp

@@ -449,7 +449,7 @@ bool igl::ReTwBar::load(const char *file_name)
     }
 
     sscanf(line,"%[^:]: %s %[^\n]",name,type_str,value_str);
-    printf("%s: %s %s\n",name, type_str,value_str);
+    //printf("%s: %s %s\n",name, type_str,value_str);
 
     TwType type;
     if(!type_from_string(type_str,type))