Remove accidental debugging statement.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2101 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-12-23 05:20:09 +00:00
parent f028effec2
commit 6c9cb570c7

View File

@@ -548,7 +548,6 @@
//PATHNAME
url1 = "foo.html";
url2 = "../tests/foo.html";
console.log(url1);
t.ok(OpenLayers.Util.isEquivalentUrl(url1, url2), "relative vs. absolute paths works");