[gnome-contacts] contacts-linking: Remove debug print
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] contacts-linking: Remove debug print
- Date: Tue, 18 Feb 2020 06:59:52 +0000 (UTC)
commit 9b8354024ef797252d46f4f4891f879892e7961c
Author: Niels De Graef <nielsdegraef gmail com>
Date: Tue Feb 18 07:59:18 2020 +0100
contacts-linking: Remove debug print
src/contacts-linking.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/contacts-linking.vala b/src/contacts-linking.vala
index ba641c5..f18fe68 100644
--- a/src/contacts-linking.vala
+++ b/src/contacts-linking.vala
@@ -33,7 +33,6 @@ namespace Contacts {
/* Link individuals */
public async void do (LinkedList<Individual> individuals) {
- print ("LINK\n");
var personas_to_link = new HashSet<Persona> ();
foreach (var i in individuals) {
var saved_personas = new HashSet<Persona> ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]