remove warning. this matches valid mbed url

pull/242/head
Fabian Jakobs 2016-01-20 10:39:44 +00:00
rodzic dbe599b943
commit 6113cb8b58
1 zmienionych plików z 0 dodań i 3 usunięć

3
node_modules/c9/urls.js wygenerowano vendored
Wyświetl plik

@ -94,9 +94,6 @@ function getBaseUrl(req, sourceBaseUrlPattern, targetBaseUrlPattern) {
targetHost = "c9.io";
}
if (/^(ide|vfs)./.test(targetHost))
console.trace("Warning: possibly incorrect baseUrl constructed, with 'ide.' in the hostname: " + targetHost);
return replaceDomain(targetBaseUrlPattern, targetHost)
.replace(/\/$/, "");
}