Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_intstring.cpp
index c62774f..c7011d2 100644 (file)
@@ -88,6 +88,9 @@ ValueNode_IntString::~ValueNode_IntString()
 ValueBase
 ValueNode_IntString::operator()(Time t)const
 {
+       if (getenv("SYNFIG_DEBUG_VALUENODE_OPERATORS"))
+               printf("%s:%d operator()\n", __FILE__, __LINE__);
+
        int integer((*int_)(t).get(int()));
        int width((*width_)(t).get(int()));
        int zero_pad((*zero_pad_)(t).get(bool()));