Commit 08ec4e26 authored by Victor Ananjevsky's avatar Victor Ananjevsky

cleanup

parent 08612b2f
...@@ -592,7 +592,6 @@ handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data) ...@@ -592,7 +592,6 @@ handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data)
if (!node_added) if (!node_added)
{ {
gchar **ids = g_strsplit (string->str, ":", 2); gchar **ids = g_strsplit (string->str, ":", 2);
printf ("add node %s\n", string->str);
yad_list_add_row (GTK_TREE_STORE (model), &iter, ids[0], ids[1]); yad_list_add_row (GTK_TREE_STORE (model), &iter, ids[0], ids[1]);
node_added = TRUE; node_added = TRUE;
continue; continue;
...@@ -611,7 +610,6 @@ handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data) ...@@ -611,7 +610,6 @@ handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data)
if (!node_added) if (!node_added)
{ {
gchar **ids = g_strsplit (string->str, ":", 2); gchar **ids = g_strsplit (string->str, ":", 2);
printf ("add node %s\n", string->str);
yad_list_add_row (GTK_TREE_STORE (model), &iter, ids[0], ids[1]); yad_list_add_row (GTK_TREE_STORE (model), &iter, ids[0], ids[1]);
node_added = TRUE; node_added = TRUE;
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment