From 567ebbffef705e5ddfb1dab8ca973a7d76f138ef Mon Sep 17 00:00:00 2001 From: jensp Date: Mon, 11 May 2009 09:17:40 +0000 Subject: [PATCH] Fehler in ccm-cms-types-genericorganization korrigiert git-svn-id: https://svn.libreccm.org/ccm/trunk@161 8810af33-2d31-482b-a856-94f89814c4df --- .../cms/contenttypes/ui/GenericOrganizationPropertyForm.java | 3 --- 1 file changed, 3 deletions(-) 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()); } }