Remove an unnecessary alert from theGeoRSS test, oops.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2850 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2007-03-22 17:28:51 +00:00
parent 5ac0cf24ee
commit b5766e03ae

View File

@@ -11,7 +11,6 @@
// if this test is running online, different rules apply
if (isMSIE) {
alert("I'm IE");
georss_txt = "." + georss_txt;
atom_xml = "." + atom_xml;
}