--- gigedit/trunk/src/gigedit/MacroEditor.cpp 2017/05/10 21:21:14 3170 +++ gigedit/trunk/src/gigedit/MacroEditor.cpp 2017/05/11 11:36:33 3176 @@ -297,7 +297,6 @@ } void MacroEditor::onValueCellEdited(const Glib::ustring& sPath, const Glib::ustring& text) { - printf("asdf\n"); Gtk::TreePath path(sPath); Gtk::TreeModel::iterator iter = m_treeStoreMacro->get_iter(path); onMacroTreeViewRowValueChangedImpl(path, iter, text);