Remove debug output.
authorUlrich Dangel <uli@spamt.net>
Mon, 26 Oct 2009 11:31:09 +0000 (12:31 +0100)
committerUlrich Dangel <uli@spamt.net>
Mon, 26 Oct 2009 11:31:09 +0000 (12:31 +0100)
grml2usb

index fee2026..31cf05b 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1147,9 +1147,6 @@ def copy_bootloader_files(iso_mount, target):
                     'isoprompt.cfg', 'options.cfg', \
                     'prompt.cfg', 'vesamenu.c32', 'vesamenu.cfg', 'grml.png':
         path = search_file(filename, iso_mount + '/boot/isolinux/')
-        if not path:
-            print filename
-            continue
         exec_rsync(path, syslinux_target + filename)
 
     path = search_file('hidden.cfg', iso_mount + '/boot/isolinux/')