[Commits] r2778 - sandbox/gxm/geoext/gxm/tests/lib/widgets

commits at geoext.org commits at geoext.org
Sun Jul 24 01:30:44 CEST 2011


Author: marcjansen
Date: 2011-07-24 01:30:44 +0200 (Sun, 24 Jul 2011)
New Revision: 2778

Modified:
   sandbox/gxm/geoext/gxm/tests/lib/widgets/MapPanel.test.html
Log:
[gxm] remove console.log()

Modified: sandbox/gxm/geoext/gxm/tests/lib/widgets/MapPanel.test.html
===================================================================
--- sandbox/gxm/geoext/gxm/tests/lib/widgets/MapPanel.test.html	2011-07-23 23:29:13 UTC (rev 2777)
+++ sandbox/gxm/geoext/gxm/tests/lib/widgets/MapPanel.test.html	2011-07-23 23:30:44 UTC (rev 2778)
@@ -344,7 +344,6 @@
             t.eq(mappanel.layers.model.modelName, 'gxm_layer', 
                 '...the store has the right modelName "gxm_layer" bound.');
             // check the field "layer"
-            console.log(mappanel.layers);
             
             var firstOrLast = ( mappanel.layers.sorters.get(0).property === 'zindex' 
                                 && mappanel.layers.sorters.get(0).direction === "DESC") 



More information about the Commits mailing list