Changeset 745


Ignore:
Timestamp:
01/24/14 10:12:38 (10 years ago)
Author:
jts21
Message:

Forgot to comment out debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Frame.java

    r744 r745  
    921921                        return;
    922922               
    923                 System.out.println("Added: " + items);
     923                // System.out.println("Added: " + items);
    924924
    925925                _undo.push(new History(items, type));
     
    942942                History undo = _undo.pop();
    943943               
    944                 System.out.println("Undoing: " + undo);
     944                // System.out.println("Undoing: " + undo);
    945945
    946946                switch(undo.type) {
     
    996996                History redo = _redo.pop();
    997997               
    998                 System.out.println("Redoing: " + redo);
     998                // System.out.println("Redoing: " + redo);
    999999
    10001000                switch(redo.type) {
Note: See TracChangeset for help on using the changeset viewer.