From 946019eee800e021b941b5b823b9cf270ec637f8 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 5 May 2013 16:03:07 -0700 Subject: [PATCH] psppire-data-sheet: Remove stray debug printf. Reported by John Darrington. --- src/ui/gui/psppire-data-sheet.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.30.2