From de2c9d71273329d82bb2d31267f751c6615c6aed Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 1 Mar 2005 19:22:00 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/directnotify/DirectNotify.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/direct/src/directnotify/DirectNotify.py b/direct/src/directnotify/DirectNotify.py index 21190646b8..0bbdd4ef82 100644 --- a/direct/src/directnotify/DirectNotify.py +++ b/direct/src/directnotify/DirectNotify.py @@ -79,8 +79,10 @@ class DirectNotify: level = config.GetString('default-directnotify-level', '') if level: - print ("Setting DirectNotify category: " + categoryName + - " to severity: " + level) + # Note - this print statement is making it difficult to + # achieve "no output unless there's an error" operation - Josh + # print ("Setting DirectNotify category: " + categoryName + + # " to severity: " + level) category = self.getCategory(categoryName) if level == "error": category.setWarning(0)