You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/13 15:03:49 UTC

svn commit: r1738934 - /myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java

Author: lofwyr
Date: Wed Apr 13 13:03:49 2016
New Revision: 1738934

URL: http://svn.apache.org/viewvc?rev=1738934&view=rev
Log:
logging

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java?rev=1738934&r1=1738933&r2=1738934&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java Wed Apr 13 13:03:49 2016
@@ -24,7 +24,6 @@ import org.apache.myfaces.tobago.compone
 import org.apache.myfaces.tobago.component.SupportsAccessKey;
 import org.apache.myfaces.tobago.component.SupportsRenderedPartially;
 import org.apache.myfaces.tobago.component.Visual;
-import org.apache.myfaces.tobago.config.TobagoConfig;
 import org.apache.myfaces.tobago.event.PopupFacetActionListener;
 import org.apache.myfaces.tobago.internal.util.AuthorizationHelper;
 import org.apache.myfaces.tobago.util.ComponentUtils;
@@ -127,8 +126,6 @@ public abstract class AbstractUICommand
   public boolean isDisabled() {
 
     final FacesContext facesContext = getFacesContext();
-    final TobagoConfig tobagoConfig = TobagoConfig.getInstance(facesContext);
-    LOG.info("HALLO PROJECT STAGE: {}", tobagoConfig.getProjectStage());
     // todo: get from configuration tobago-config.xml
     if (true) {
       final AuthorizationHelper authorizationHelper = AuthorizationHelper.getInstance(facesContext);