Commit: 05390dc4b5a8a18c39583f989de7efa7d45e1d50
Author: Bastien Montagne
Date:   Thu Feb 12 18:01:02 2015 +0100
Branches: asset-experiments
https://developer.blender.org/rB05390dc4b5a8a18c39583f989de7efa7d45e1d50

Cleanup.

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

M       source/blender/windowmanager/intern/wm_files.c
M       source/blender/windowmanager/intern/wm_operators.c

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

diff --git a/source/blender/windowmanager/intern/wm_files.c 
b/source/blender/windowmanager/intern/wm_files.c
index 3117035..f5a7ad1 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -439,8 +439,6 @@ bool WM_file_read(bContext *C, const char *filepath, 
ReportList *reports)
                        G.relbase_valid = 0;
                }
 
-               printf("%s: G.save_over: %d\n", __func__, G.save_over);
-
                /* this flag is initialized by the operator but overwritten on 
read.
                 * need to re-enable it here else drivers + registered scripts 
wont work. */
                if (G.f != G_f) {
diff --git a/source/blender/windowmanager/intern/wm_operators.c 
b/source/blender/windowmanager/intern/wm_operators.c
index f50daaf..f4a336a 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -2993,8 +2993,6 @@ static int wm_save_as_mainfile_exec(bContext *C, 
wmOperator *op)
        char path[FILE_MAX];
        int fileflags;
 
-       printf("G.save_over: %d\n", G.save_over);
-
        save_set_compress(op);
        
        if (RNA_struct_property_is_set(op->ptr, "filepath")) {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to