[Commits] r955 - apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/Full
commits at geoext.org
commits at geoext.org
Tue Jun 2 21:34:32 CEST 2009
Author: dwins
Date: 2009-06-02 21:34:32 +0200 (Tue, 02 Jun 2009)
New Revision: 955
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/Full/Full.js
Log:
Oops. Removing extraneous console.log statement.
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/Full/Full.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/Full/Full.js 2009-06-02 19:31:59 UTC (rev 954)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/Full/Full.js 2009-06-02 19:34:32 UTC (rev 955)
@@ -209,7 +209,6 @@
var titleRenderer = function(value) {
var record = layerStore.getAt(layerStore.find("name", value));
- console.log(record);
return record.get('title') || value;
};
More information about the Commits
mailing list