diff --git a/node_modules/c9/urls.js b/node_modules/c9/urls.js index 0ce9c60e..197f4ddb 100644 --- a/node_modules/c9/urls.js +++ b/node_modules/c9/urls.js @@ -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(/\/$/, ""); }