psppire-data-sheet: Remove stray debug printf.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 5 May 2013 23:03:07 +0000 (16:03 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 5 May 2013 23:03:07 +0000 (16:03 -0700)
Reported by John Darrington.

src/ui/gui/psppire-data-sheet.c

index a69a41aa8e1fb067756d3aafe15ce79f92209cb3..f2cdc5bd5e77ce0b425b9aeaf5c1721b4abc3485 100644 (file)
@@ -2396,8 +2396,6 @@ psppire_data_sheet_update_primary_selection (PsppireDataSheet *data_sheet,
   clipboard = gtk_clipboard_get_for_display (display, GDK_SELECTION_PRIMARY);
   g_return_if_fail (clipboard != NULL);
 
-  printf ("owns_primary_selection=%d should_own=%d\n",
-          data_sheet->owns_primary_selection, should_own);
   if (data_sheet->owns_primary_selection && !should_own)
     {
       data_sheet->owns_primary_selection = FALSE;