Ignore:
Timestamp:
2013-01-16T20:05:51+13:00 (11 years ago)
Author:
davidb
Message:

Removed unnecessary print statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/GlamED/trunk/src/org/honours/actions/MiscActions.java

    r26702 r26732  
    6767   
    6868    public static void AddNewNote(){
    69         System.err.println("REACHED");
     69       
    7070        AddNewNote(DisplayIO.getCurrentFrame());
    7171        Actions.PerformActionCatchErrors(DisplayIO.getCurrentFrame(), null, "Format");
     
    9090    public static void AddNewNote(CollectionItem collectItem, Collection collect){
    9191
    92         System.err.println("Adding new note...");
    9392        NoteLayer noteLayer = null;
    9493       
     
    123122       
    124123        //debugging
    125         System.err.println("*** link (in AddNewNote): " + noteLayer.getFrame().getName());
     124        //System.err.println("*** link (in AddNewNote): " + noteLayer.getFrame().getName());
    126125       
    127126        //Add new text item to noteLayer's frame in a free space - for now
     
    136135       
    137136        HonoursFrameIO.DISPLAY_NOTES = false;
    138         Text displayText = (Text)Misc.getItemContainingData("OptionViewNotes",FrameIO.LoadFrame(Interfaces.NAVIGATION_OVERLAY));
     137        Text displayText = (Text)Misc.getItemContainingData("OptionViewNotes",FrameIO.LoadFrame(Interfaces.NAVIGATION_OVERLAY_VIEW_NOTES_CLICKABLE));
    139138        displayText.setText("Hide Notes");
     139       
     140       
    140141       
    141142        HonoursFrameIO.ToggleNotesDisplay(collectItem);
Note: See TracChangeset for help on using the changeset viewer.