diff --git a/lib/cdist/util/fsproperty.py b/lib/cdist/util/fsproperty.py index 76e8b5ba..e17d1438 100644 --- a/lib/cdist/util/fsproperty.py +++ b/lib/cdist/util/fsproperty.py @@ -207,7 +207,7 @@ class DirectoryDictProperty(DirectoryDict): self.__path = path def _set_path(self, *args, **kwargs): - print("_set_path: self: %s" % self) + #print("_set_path: self: %s" % self) print("_set_path: args: %s" % args) print("_set_path: kwargs: %s" % kwargs) if self.path is None: