CORS support in Request: remove console warning if not same origin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user