OpenLayers OpenLayers

Changeset 2101

Show
Ignore:
Timestamp:
12/23/06 00:20:09 (2 years ago)
Author:
crschmidt
Message:

Remove accidental debugging statement.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/test_Util.html

    r2100 r2101  
    549549        url1 = "foo.html"; 
    550550        url2 = "../tests/foo.html"; 
    551         console.log(url1); 
    552551 
    553552        t.ok(OpenLayers.Util.isEquivalentUrl(url1, url2), "relative vs. absolute paths works");