CORS support in Request: remove console warning if not same origin

This commit is contained in:
Peter Robins
2012-07-04 08:53:11 +01:00
parent 14d5525ced
commit 99906c8b98
4 changed files with 2 additions and 14 deletions

View File

@@ -106,9 +106,6 @@ OpenLayers.Util.extend(OpenLayers.Request, {
} else {
url = proxy + encodeURIComponent(url);
}
} else {
OpenLayers.Console.warn(
OpenLayers.i18n("proxyNeeded"), {url: url});
}
}
return url;