From 2406bbcbaea494604889f7377f8ac9a5497a721f Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 8 Jun 2007 00:51:22 +0000 Subject: [PATCH] debug removal --- src/pref.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index d0470067b..945f2d894 100644 --- a/src/pref.py +++ b/src/pref.py @@ -77,7 +77,6 @@ DEFAULT_PREFS = { class Preferences: def __init__(self, filename=None, defaults=None): self.mapping = DEFAULT_PREFS - print self.mapping.keys() self.config_file = filename if self.config_file is not None: self.load(self.config_file)