Field

Changeset 148:f2297675508c

Show
Ignore:
Timestamp:
08/08/2008 12:46:46 AM (4 months ago)
Author:
marc@f1.local
branch:
default
Message:

removed debug output

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • development/java/field/core/ui/text/PythonTextEditor.java

    r146 r148  
    12611261                                                                        JavaMethod method = jc.getMethodBySignature(m.getDeclaringClass().getSimpleName(), types); 
    12621262 
    1263                                                                         System.out.println(" looking for a method called <"+m.getDeclaringClass().getSimpleName()+"> inside <"+jc+"> found <"+method+">"); 
     1263                                                                        //System.out.println(" looking for a method called <"+m.getDeclaringClass().getSimpleName()+"> inside <"+jc+"> found <"+method+">"); 
    12641264 
    12651265                                                                        if (method != null) { 
     
    13161316                                                        JavaMethod method = jc.getMethodBySignature(m.getDeclaringClass().getSimpleName(), types); 
    13171317 
    1318                                                         System.out.println(" looking for a method called <"+m.getDeclaringClass().getSimpleName()+"> inside <"+jc+"> found <"+method+">"); 
     1318                                                        //System.out.println(" looking for a method called <"+m.getDeclaringClass().getSimpleName()+"> inside <"+jc+"> found <"+method+">"); 
    13191319 
    13201320                                                        // System.out.println("