Revision 12043 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/GraphicLayer.java

View differences:

GraphicLayer.java
73 73

  
74 74
    public GraphicLayer() {
75 75
        super();
76
        System.err.println("GraphicLayer: Constructor");
77 76
    }
78 77

  
79 78
    /* (non-Javadoc)
......
136 135
        //double altoReal;
137 136
        //double escala;
138 137
        ISymbol theSymbol = null;
139
        // System.out.println("Dibujando gr?ficos...(" + graphics.size() + ")");
140 138

  
141 139
        ICoordTrans ct = getCoordTrans();
142 140

  
......
215 213
     */
216 214
    public void clearAllGraphics()
217 215
    {
218
        System.err.println("Clear all graphics. Antes hab?a " + graphics.size());
219 216
        graphics.clear();
220 217
        fullExtent = null;
221 218
    }

Also available in: Unified diff