[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14658] trunk/blender/intern/ghost/intern/ GHOST_SystemCarbon.cpp: remove a debug print

JLuc Peuriere jlp at nerim.net
Fri May 2 12:48:14 CEST 2008


Revision: 14658
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14658
Author:   lukep
Date:     2008-05-02 12:48:14 +0200 (Fri, 02 May 2008)

Log Message:
-----------
remove a debug print

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.cpp	2008-05-02 10:38:50 UTC (rev 14657)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.cpp	2008-05-02 10:48:14 UTC (rev 14658)
@@ -1155,7 +1155,6 @@
 void GHOST_SystemCarbon::putClipboard(GHOST_TInt8 *buffer, int flag) const
 {
 	if(flag == 1) {return;} //If Flag is 1 means the selection and is used on X11
-	printf("flag %i string is %s \n",flag,buffer);
 
 	PasteboardRef inPasteboard;
 	CFDataRef textData = NULL;





More information about the Bf-blender-cvs mailing list