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 2009/08/07 16:53:44 UTC

svn commit: r802027 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/layout/math/EquationManager.java

Author: lofwyr
Date: Fri Aug  7 14:53:43 2009
New Revision: 802027

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

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/layout/math/EquationManager.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/layout/math/EquationManager.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/layout/math/EquationManager.java?rev=802027&r1=802026&r2=802027&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/layout/math/EquationManager.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/layout/math/EquationManager.java Fri Aug  7 14:53:43 2009
@@ -39,7 +39,6 @@
 
   public void setFixedLength(int index, Measure length, String component) {
     equations.addEqualsEquation(new FixedEquation(index, length, component));
-    LOG.info(equations);
   }
 
   public int[] partition(int index, int number, Measure spacing, String component) {