From a221c48bbc29088db383c309ee55b550cedb090f Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Thu, 9 Feb 2017 15:42:39 +0800 Subject: [PATCH] Remove the Warning log V1.1 has been deprecated already. Remove the useless WARNING log now. Change-Id: I708003280fdeb02d6eb23713b77ea77f82331f47 --- zaqar/transport/wsgi/v1_1/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zaqar/transport/wsgi/v1_1/__init__.py b/zaqar/transport/wsgi/v1_1/__init__.py index df3ad67c5..bec7c5314 100644 --- a/zaqar/transport/wsgi/v1_1/__init__.py +++ b/zaqar/transport/wsgi/v1_1/__init__.py @@ -50,10 +50,6 @@ VERSION = { @decorators.api_version_manager(VERSION) def public_endpoints(driver, conf): - LOG.warning('Zaqar\'s API version 1.1 will enter deprecation during the ' - 'Newton cycle. As part of that, it will be marked as ' - 'deprecated and it will be turned off by default') - queue_controller = driver._storage.queue_controller message_controller = driver._storage.message_controller claim_controller = driver._storage.claim_controller