Removed a bunch more DEBUGPOINT()s.
[synfig.git] / synfig-core / trunk / src / synfig / keyframe.cpp
index 0a9d2fd..baade29 100644 (file)
@@ -84,13 +84,11 @@ KeyframeList::dump()const
 void
 KeyframeList::sync()
 {
-       //DEBUGPOINT();
        //synfig::info("PRE-SORT:");
        //dump();
        sort(begin(),end());
        //synfig::info("POST-SORT:");
        //dump();
-       //DEBUGPOINT();
 }
 
 KeyframeList::iterator