From e419388b8982a16d329ea78624c0af7857845a33 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 26 Oct 2007 18:32:27 -0400 Subject: Remove some debug prints --- func/minion/modules/filetracker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'func') diff --git a/func/minion/modules/filetracker.py b/func/minion/modules/filetracker.py index f66a6d0..368b3b5 100644 --- a/func/minion/modules/filetracker.py +++ b/func/minion/modules/filetracker.py @@ -7,6 +7,7 @@ ## provides file meta-data (and optionally full data) to func-inventory ## ## (C) Vito Laurenza +## + Michael DeHaan ## ## This software may be freely redistributed under the terms of the GNU ## general public license. @@ -99,8 +100,6 @@ class FileTracker(func_module.FuncModule): """ filehash = self.__load() - print "DEBUG: deleting: %s" % file_name - print "DEBUG: keys: %s" % filehash if file_name in filehash.keys(): del filehash[file_name] self.__save(filehash) -- cgit