From: Ben Pfaff Date: Sun, 5 May 2013 23:03:07 +0000 (-0700) Subject: psppire-data-sheet: Remove stray debug printf. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946019eee800e021b941b5b823b9cf270ec637f8;p=pspp psppire-data-sheet: Remove stray debug printf. Reported by John Darrington. --- diff --git a/src/ui/gui/psppire-data-sheet.c b/src/ui/gui/psppire-data-sheet.c index a69a41aa8e..f2cdc5bd5e 100644 --- a/src/ui/gui/psppire-data-sheet.c +++ b/src/ui/gui/psppire-data-sheet.c @@ -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;