From 70fac132b626fc2ecc8cc8fd97881361622ed68e Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Wed, 16 Feb 2011 22:51:24 +0000 Subject: forgot a debug print --- io_import_gimp_image_to_scene.py | 1 - 1 file changed, 1 deletion(-) (limited to 'io_import_gimp_image_to_scene.py') diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py index d6172d98..f88b2579 100644 --- a/io_import_gimp_image_to_scene.py +++ b/io_import_gimp_image_to_scene.py @@ -108,7 +108,6 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\ now we can be sure! (damn GIMP)''' if HasAlpha: if not os.path.isfile(PathSaveRaw+imageFileAlpha): HasAlpha = False - print ("This image has alpha: ", HasAlpha) # Get Widht and Height from images data = open(PathSaveRaw+imageFile, "rb").read() -- cgit v1.2.3