X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fframework%2Fcore%2Fapi_utils%2Fsockets.js;h=e2e44473529298d8ca19e24844276c8f28525980;hb=34bed49e59fe06cfbc29b5fa8b2eb2ebb21a2173;hp=2e6779c04c2593e9d13b0bca442958baffedd44f;hpb=82636716208a765fb63214d958cb7bc73fe19fc2;p=osm%2FUI.git diff --git a/skyquake/framework/core/api_utils/sockets.js b/skyquake/framework/core/api_utils/sockets.js index 2e6779c04..e2e444735 100644 --- a/skyquake/framework/core/api_utils/sockets.js +++ b/skyquake/framework/core/api_utils/sockets.js @@ -92,6 +92,7 @@ Subscriptions.prototype.subscribe = function(req, callback) { var a = url.resolve(origin, req.baseUrl); var b = url.resolve(a, URL); URL = b; + console.log('DEBUG URL IS', URL); } else { protocol = protocol[1] }