|
From: Sergi Blanch-T. <sb...@ce...> - 2016-05-23 13:45:33
|
---
lib/taurus/core/util/codecs.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/taurus/core/util/codecs.py b/lib/taurus/core/util/codecs.py
index 0fde2e0..d39701f 100644
--- a/lib/taurus/core/util/codecs.py
+++ b/lib/taurus/core/util/codecs.py
@@ -527,8 +527,6 @@ class VideoImageCodec(Codec):
:return: (sequence[str, obj]) a sequence of two elements where
the first item is the encoding format of the second item object"""
if data[0].startswith('VIDEO_IMAGE'):
- self.warning(('"VIDEO_IMAGE" format name is deprecated.' +
- 'Use "videoimage" instead'))
fixedformat = data[0].replace('VIDEO_IMAGE', 'videoimage')
_, _, fmt = fixedformat.partition('_')
elif data[0].startswith('videoimage'):
--
2.1.4
|