diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-02 22:06:27 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-02 22:06:27 +0000 |
commit | 4f36d8b6a087ef48c854e7e5345c822a582d4413 (patch) | |
tree | 39cd40664ce2db2e1385adaabc2829a02fcb9e11 /splashscreen.py | |
parent | 3ca6f2efd424677112cc8347dfb89dcad320ec4f (diff) | |
download | anaconda-4f36d8b6a087ef48c854e7e5345c822a582d4413.tar.gz anaconda-4f36d8b6a087ef48c854e7e5345c822a582d4413.tar.xz anaconda-4f36d8b6a087ef48c854e7e5345c822a582d4413.zip |
remove debug print
Diffstat (limited to 'splashscreen.py')
-rw-r--r-- | splashscreen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/splashscreen.py b/splashscreen.py index ae6badb07..2c7732465 100644 --- a/splashscreen.py +++ b/splashscreen.py @@ -51,7 +51,7 @@ def splashScreenShow(configFileData): if width >= 800: # im = load_image('first.png') image = configFileData["Splashscreen"] - print "image is ", image + im = load_image(image) else: im = load_image('first-lowres.png') |