From 72001b237e060d47ec63d95060d9a4a1ec128337 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 24 Aug 2016 13:46:47 +0200 Subject: [PATCH] Remove relict comment. --- cdist/emulator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cdist/emulator.py b/cdist/emulator.py index 2c5e567b..b04ed130 100644 --- a/cdist/emulator.py +++ b/cdist/emulator.py @@ -166,8 +166,6 @@ class Emulator(object): self.parameters[key] = value if self.cdist_object.exists and 'CDIST_OVERRIDE' not in self.env: - # make existing requirements a set, so we can compare it - # later with new requirements if self.cdist_object.parameters != self.parameters: errmsg = ("Object %s already exists with conflicting " "parameters:\n%s: %s\n%s: %s" % (