You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/19 11:41:49 UTC

svn commit: r776251 - /ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java

Author: hansbak
Date: Tue May 19 09:41:48 2009
New Revision: 776251

URL: http://svn.apache.org/viewvc?rev=776251&view=rev
Log:
revert unwanted change made earlier

Modified:
    ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java

Modified: ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java?rev=776251&r1=776250&r2=776251&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java (original)
+++ ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java Tue May 19 09:41:48 2009
@@ -1109,7 +1109,6 @@
         Debug.logInfo("-- Number of parts       : " + wrapper.getMainPartCount(), module);
         Debug.logInfo("-- Number of attachments : " + wrapper.getAttachmentIndexes().size(), module);
         Debug.logInfo("-- Message ID            : " + wrapper.getMessageId(), module);
-        Debug.logInfo("-- CommunicationEventId  : " + context.get("communicationEventId"), module);
                 
         Debug.logInfo("### MESSAGE ###\n\n" + wrapper.getMessageBody(), module);