From 557fe4837a2f56f8e7adbe61164db35f2bf146c8 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 18 Aug 2013 23:39:13 +0200 Subject: [PATCH] no config object is logging. so why should layouts do it? --- lib/config/layouts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/config/layouts.py b/lib/config/layouts.py index f17d8a7..a12affb 100644 --- a/lib/config/layouts.py +++ b/lib/config/layouts.py @@ -65,8 +65,6 @@ class LayoutList: if h is not None: l.hostgroups.append(h) else: - # TODO: replace next line with new logging - #logger.logWarningConfig(file="hostgroups", missing=group) pass self.layouts.append(l)