Former-commit-id: 4a4c99d978e66c592fd4e1a79f84dda339dc4a1a
@@ -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))