summaryrefslogtreecommitdiffstats
path: root/iw/welcome_gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-06 17:14:04 +0000
committerbfox <bfox>2001-07-06 17:14:04 +0000
commit50819f9f49ca3e47387e6ecd866cf164a00c7955 (patch)
treeed0aa03d70c168c70562450f42a95d11800aecd9 /iw/welcome_gui.py
parenta0453fe5ee541ba1f31e22771059e19f07e595ae (diff)
downloadanaconda-50819f9f49ca3e47387e6ecd866cf164a00c7955.tar.gz
anaconda-50819f9f49ca3e47387e6ecd866cf164a00c7955.tar.xz
anaconda-50819f9f49ca3e47387e6ecd866cf164a00c7955.zip
remove print statements
Diffstat (limited to 'iw/welcome_gui.py')
-rw-r--r--iw/welcome_gui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index 071e39d5e..aab534e1c 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -14,9 +14,7 @@ class WelcomeWindow (InstallWindow):
ics.setGrabNext (1)
def load_image(self, file):
- print file
try:
- print ("/usr/share/anaconda/" + file)
im = GdkImlib.Image("/usr/share/anaconda/" + file)
except:
try: