[epiphany] history-dialog: Remove odd print statement
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] history-dialog: Remove odd print statement
- Date: Sun, 9 Jul 2017 03:56:24 +0000 (UTC)
commit 9b1dd36e0c9ab13814e1574055e5d074b9ff81df
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Jul 8 22:54:31 2017 -0500
history-dialog: Remove odd print statement
This looks like a debug leftover. We shouldn't print to stderr unless
something has gone wrong or is at least noteworthy.
https://bugzilla.gnome.org/show_bug.cgi?id=784712
src/ephy-history-dialog.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-history-dialog.c b/src/ephy-history-dialog.c
index b1e43c7..269fbc7 100644
--- a/src/ephy-history-dialog.c
+++ b/src/ephy-history-dialog.c
@@ -393,7 +393,6 @@ copy_url (GSimpleAction *action,
if (g_list_length (selection) == 1) {
EphyHistoryURL *url = selection->data;
- g_message ("URL %s", url->url);
gtk_clipboard_set_text (gtk_clipboard_get (GDK_SELECTION_CLIPBOARD), url->url, -1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]