You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2018/07/09 08:24:19 UTC

svn commit: r1835382 - /ofbiz/ofbiz-framework/trunk/applications/content/groovyScripts/cms/GetMenuContext.groovy

Author: jleroux
Date: Mon Jul  9 08:24:19 2018
New Revision: 1835382

URL: http://svn.apache.org/viewvc?rev=1835382&view=rev
Log:
Improved: no functional change, removes unneeded log info

Modified:
    ofbiz/ofbiz-framework/trunk/applications/content/groovyScripts/cms/GetMenuContext.groovy

Modified: ofbiz/ofbiz-framework/trunk/applications/content/groovyScripts/cms/GetMenuContext.groovy
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/groovyScripts/cms/GetMenuContext.groovy?rev=1835382&r1=1835381&r2=1835382&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/groovyScripts/cms/GetMenuContext.groovy (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/groovyScripts/cms/GetMenuContext.groovy Mon Jul  9 08:24:19 2018
@@ -19,8 +19,6 @@
 
 import org.apache.ofbiz.base.util.Debug
 
-Debug.logInfo("In getMenuContext.", "")
-
 session = context.session
 menuContext = session.getAttribute("menuContext")
 Debug.logInfo("menuContext(0):" + menuContext, "")