Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / action_system.cpp
index 844c52c..7aef925 100644 (file)
@@ -68,6 +68,9 @@ Action::System::~System()
 bool
 Action::System::perform_action(etl::handle<Action::Base> action)
 {
+       //// debug actions
+       // synfig::info("%s:%d perform_action: '%s'", __FILE__, __LINE__, action->get_name().c_str());
+
        handle<UIInterface> uim(get_ui_interface());
 
        assert(action);