mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
removing console log
This commit is contained in:
@@ -117,7 +117,6 @@ Galaxy.configurePackage = function (packageName, configure) {
|
||||
Galaxy.configureService = function (serviceName, configure) {
|
||||
if (ultra) {
|
||||
collectionFuture.wait();
|
||||
console.log("subscribing to", serviceName);
|
||||
ultra.subscribe('servicesByName', serviceName);
|
||||
return Services.find({name: serviceName}).observe({
|
||||
added: configure,
|
||||
|
||||
@@ -404,14 +404,11 @@ var runWebAppServer = function () {
|
||||
var port = httpServer.address().port;
|
||||
var proxyBinding;
|
||||
|
||||
console.log("pre configurePackage");
|
||||
Galaxy.configurePackage('webapp', function (configuration) {
|
||||
console.log("in configurePackage", configuration);
|
||||
if (proxyBinding)
|
||||
proxyBinding.stop();
|
||||
if (configuration && configuration.proxy) {
|
||||
proxyBinding = Galaxy.configureService("proxy", function (proxyService) {
|
||||
console.log("in configureService", proxyService);
|
||||
if (proxyService.providers.proxy) {
|
||||
var proxyConf;
|
||||
if (process.env.ADMIN_APP) {
|
||||
|
||||
Reference in New Issue
Block a user