Author: timotei
Date: Wed Jul 13 22:46:55 2011
New Revision: 50289

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50289&view=rev
Log:
eclipse plugin: Remove debug printing

Modified:
    
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/DependencyListBuilder.java
    
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java

Modified: 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/DependencyListBuilder.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/DependencyListBuilder.java?rev=50289&r1=50288&r2=50289&view=diff
==============================================================================
--- 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/DependencyListBuilder.java
 (original)
+++ 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/DependencyListBuilder.java
 Wed Jul 13 22:46:55 2011
@@ -89,8 +89,6 @@
         directoriesEntries_.clear( );
 
         internal_addContainer( project_.getProjectRelativePath( ).toString( ) 
);
-
-        System.out.println( toString( ) );
     }
 
     /**
@@ -545,7 +543,6 @@
                 ++prevIndex;
             }
         }
-        System.out.println( toString( ) );
     }
 
     /**

Modified: 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java?rev=50289&r1=50288&r2=50289&view=diff
==============================================================================
--- 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java
 (original)
+++ 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java
 Wed Jul 13 22:46:55 2011
@@ -187,15 +187,12 @@
                     projectCache_.getDependencyList( ).removeNode( file );
                     projectCache_.getConfigs().remove( 
file.getProjectRelativePath( ).toString( ) );
 
-                    //debug
-                    System.out.println( "After removal: " + list.toString( ) );
                 } else if ( deltaKind == IResourceDelta.ADDED  ){
                     DependencyListNode newNode = list.addNode( file );
                     if ( newNode == null )
                         Logger.getInstance( ).logError( "Couldn't create a 
new" +
                                        "PDL node for file: " + 
file.getFullPath( ).toString( ) );
                     else {
-                        System.out.println( list.toString( ) );
                         nodesToProcess.add( newNode );
                     }
                 } else if ( deltaKind == IResourceDelta.CHANGED ) {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to