NOTICKET: Fix issues caused by merge
[osm/UI.git] / skyquake / framework / core / api_utils / sockets.js
index 2e6779c..e2e4447 100644 (file)
@@ -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]
   }