Remove out of date comments

is_placeholder had been set to False in 761e712

Change-Id: I85ecf26e81127b5b824ec1a1145afd974a412dea
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
This commit is contained in:
Yujun Zhang 2017-04-27 21:02:17 +08:00
parent 5694656f2d
commit cbf612a061

View File

@ -62,7 +62,6 @@ class StaticTransformer(ResourceTransformerBase):
entity_id = entity_event[VProps.ID]
sample_timestamp = entity_event[DSProps.SAMPLE_DATE]
# create placeholder for non-static datasource entity
if entity_type in self.transformers:
properties = {
VProps.TYPE: entity_type,