diff --git a/ccm-cms-types-genericorganization/src/com/arsdigita/cms/contenttypes/ui/GenericOrganizationPropertyForm.java b/ccm-cms-types-genericorganization/src/com/arsdigita/cms/contenttypes/ui/GenericOrganizationPropertyForm.java index 770d69441..2dcf15a4a 100644 --- a/ccm-cms-types-genericorganization/src/com/arsdigita/cms/contenttypes/ui/GenericOrganizationPropertyForm.java +++ b/ccm-cms-types-genericorganization/src/com/arsdigita/cms/contenttypes/ui/GenericOrganizationPropertyForm.java @@ -89,11 +89,8 @@ public class GenericOrganizationPropertyForm extends BasicPageForm implements Fo } public void submitted(FormSectionEvent fse) { - s_log.log (Level.DEBUG, "GenericOrganization submitted"); - if (m_step != null && getSaveCancelSection().getCancelButton().isSelected(fse.getPageState())) { - s_log.log (Level.DEBUG, "GenericOrganization submit canceled"); m_step.cancelStreamlinedCreation(fse.getPageState()); } }