Smach::event_result
StateBLine_Context::event_stop_handler(const Smach::event& /*x*/)
{
- synfig::info("STATE RotoBLine: Received Stop Event");
+// synfig::info("STATE RotoBLine: Received Stop Event");
// run();
reset();
// throw Smach::egress_exception();
Smach::event_result
StateBLine_Context::event_refresh_handler(const Smach::event& /*x*/)
{
- synfig::info("STATE RotoBLine: Received Refresh Event");
+// synfig::info("STATE RotoBLine: Received Refresh Event");
refresh_ducks();
return Smach::RESULT_ACCEPT;
}