"show instance" action: Remove debugging message.
authorFlorian Forster <ff@octo.it>
Wed, 7 Jul 2010 14:52:53 +0000 (16:52 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 7 Jul 2010 14:52:53 +0000 (16:52 +0200)
src/action_show_instance.c

index 86a5654..83c4d80 100644 (file)
@@ -222,7 +222,6 @@ static int show_instance (void *user_data) /* {{{ */
   show_graph_data_t *data = user_data;
   int status;
 
-  fprintf (stderr, "show_instance: Calling inst_get_all_selected()\n");
   status = inst_get_all_selected (data->cfg,
       /* callback = */ show_instance_cb, /* user data = */ data);
   if (status != 0)