[Bf-blender-cvs] [2ba82d5] master: Cleanup: Remove unwanted debug printf from 7293f6d4863a

Julian Eisel noreply at git.blender.org
Tue Mar 24 15:58:52 CET 2015


Commit: 2ba82d5729a5f687537c2c26ca6e53750aef201c
Author: Julian Eisel
Date:   Tue Mar 24 15:54:02 2015 +0100
Branches: master
https://developer.blender.org/rB2ba82d5729a5f687537c2c26ca6e53750aef201c

Cleanup: Remove unwanted debug printf from 7293f6d4863a

Sergey said this kindof cleanup is good for commit ratio... noted! ;)

===================================================================

M	source/blender/blenloader/intern/versioning_270.c

===================================================================

diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c
index 3007045..50cd393 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -720,8 +720,6 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *main)
 				}
 			}
 			SEQ_END
-
-			printf("lala\n");
 		}
 #undef SEQ_USE_PROXY_CUSTOM_DIR
 #undef SEQ_USE_PROXY_CUSTOM_FILE




More information about the Bf-blender-cvs mailing list