This commit is contained in:
Timur Nurlygayanov 2013-03-18 19:42:38 +04:00
parent 8163483591
commit 91c9cc43ec

View File

@ -142,10 +142,6 @@ class UpdateServiceRow(tables.Row):
def get_data(self, request, service_id):
link = request.__dict__['META']['HTTP_REFERER']
datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1]
LOG.critical('////////////////')
LOG.critical(datacenter_id)
LOG.critical('////////////////')
return api.windc.services_get(request, datacenter_id, service_id)