Author: apatel
Date: Tue May  4 17:58:04 2010
New Revision: 940985

URL: http://svn.apache.org/viewvc?rev=940985&view=rev
Log:
Commenting debug message. Does not add much value.

Modified:
    
ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java

Modified: 
ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java?rev=940985&r1=940984&r2=940985&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java
 (original)
+++ 
ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java
 Tue May  4 17:58:04 2010
@@ -449,8 +449,8 @@ public class TrackingCodeEvents {
             for (int i = 0; i < cookies.length; i++) {
                 String cookieName = cookies[i].getName();
 
-                Debug.logInfo(" cookieName is " + cookieName, module);
-                Debug.logInfo(" cookieValue is " + cookies[i].getValue(), 
module);
+                //Debug.logInfo(" cookieName is " + cookieName, module);
+                //Debug.logInfo(" cookieValue is " + cookies[i].getValue(), 
module);
                 // find the siteId cookie if it exists
                 if ("Ofbiz.TKCD.SiteId".equals(cookieName)) {
                     siteId = cookies[i].getValue();


Reply via email to