remove a debug print

This commit is contained in:
Jean-Luc Peurière 2008-05-02 10:48:14 +00:00
parent 273829de61
commit ac634f565a

@ -1155,7 +1155,6 @@ GHOST_TUns8* GHOST_SystemCarbon::getClipboard(int flag) const
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;