diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-21 20:11:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-21 20:11:10 +0000 |
commit | 15df88a5d9d6cf3431a53364c69ac167a6997088 (patch) | |
tree | 60fa556a359100379d4a06f6edfdedf90bee6215 | |
parent | 8e611a869a8a26be860f6a28f66a1d23937af126 (diff) | |
download | anaconda-15df88a5d9d6cf3431a53364c69ac167a6997088.tar.gz anaconda-15df88a5d9d6cf3431a53364c69ac167a6997088.tar.xz anaconda-15df88a5d9d6cf3431a53364c69ac167a6997088.zip |
no debug prints here
-rw-r--r-- | iw/timezone_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py index 818d0df96..1a9dafe15 100644 --- a/iw/timezone_gui.py +++ b/iw/timezone_gui.py @@ -60,7 +60,6 @@ class TimezoneWindow(InstallWindow): def getNext(self): newzone = self.tz.getCurrent().tz self.timezone.setTimezoneInfo(newzone, self.systemUTC.get_active()) - print self.timezone.getTimezoneInfo() return None def copy_toggled(self, cb1, cb2): |