svn commit: r16768 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/CompartmentFigText.java

Bob Tarling <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2009-02-04 13:12:28-0800
New Revision: 16768

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/CompartmentFigText.java

Log:
No effective change - remove excessive high logging

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/CompartmentFigText.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/CompartmentFigText.java?view=diff&pathrev=16768&r1=16767&r2=16768
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/CompartmentFigText.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/CompartmentFigText.java	2009-02-04 13:12:28-0800
@@ -365,7 +365,6 @@
     }
     
     public void targetAdded(TargetEvent e) {
-        LOG.info("Target added " + e);
         if (Arrays.asList(e.getNewTargets()).contains(getOwner())) {
             setHighlighted(true);
             this.damage();
@@ -373,7 +372,6 @@
     }
 
     public void targetRemoved(TargetEvent e) {
-        LOG.info("Target removed " + e);
         if (e.getRemovedTargetCollection().contains(getOwner())) {
             setHighlighted(false);
             this.damage();

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1104055

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.