You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/04/30 21:35:37 UTC

svn commit: r770408 - /ofbiz/trunk/framework/example/security/UpdateExample.groovy

Author: jaz
Date: Thu Apr 30 19:35:37 2009
New Revision: 770408

URL: http://svn.apache.org/viewvc?rev=770408&view=rev
Log:
turned off the debugging 

Modified:
    ofbiz/trunk/framework/example/security/UpdateExample.groovy

Modified: ofbiz/trunk/framework/example/security/UpdateExample.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/security/UpdateExample.groovy?rev=770408&r1=770407&r2=770408&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/security/UpdateExample.groovy (original)
+++ ofbiz/trunk/framework/example/security/UpdateExample.groovy Thu Apr 30 19:35:37 2009
@@ -20,11 +20,11 @@
 import org.ofbiz.base.util.Debug;
 
 exampleId = permissionContext.get("exampleId");
-Debug.logInfo("Groovy DA Context : " + permissionContext, "groovy");
-Debug.logInfo("Calling UpdateExample.groovy - " + exampleId, "groovy");
+//Debug.logInfo("Groovy DA Context : " + permissionContext, "groovy");
+//Debug.logInfo("Calling UpdateExample.groovy - " + exampleId, "groovy");
 if (exampleId != null) {
     example = delegator.findOne("Example", [exampleId : exampleId], true);
-    Debug.logInfo("Example : " + example, "groovy");
+    //Debug.logInfo("Example : " + example, "groovy");
     
     if (example.createdByUser == null || userId.equals(example.createdByUser)) {
         return true;