summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-21 20:11:10 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-21 20:11:10 +0000
commit15df88a5d9d6cf3431a53364c69ac167a6997088 (patch)
tree60fa556a359100379d4a06f6edfdedf90bee6215
parent8e611a869a8a26be860f6a28f66a1d23937af126 (diff)
downloadanaconda-15df88a5d9d6cf3431a53364c69ac167a6997088.tar.gz
anaconda-15df88a5d9d6cf3431a53364c69ac167a6997088.tar.xz
anaconda-15df88a5d9d6cf3431a53364c69ac167a6997088.zip
no debug prints here
-rw-r--r--iw/timezone_gui.py1
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):