summaryrefslogtreecommitdiffstats
path: root/gamt.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-16 15:09:23 +0000
committerkraxel <kraxel>2007-08-16 15:09:23 +0000
commit880bb01e6582c9643d630b91656e4c03bd690d38 (patch)
tree09ef9a57429e056bb08623b59de3d117d9e34b9a /gamt.c
parent35592b677a929dfbffd5c591e199abc3dcd4a540 (diff)
downloadamtterm-880bb01e6582c9643d630b91656e4c03bd690d38.tar.gz
kill some debug fprintfs
Diffstat (limited to 'gamt.c')
-rw-r--r--gamt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gamt.c b/gamt.c
index be24b36..cde3850 100644
--- a/gamt.c
+++ b/gamt.c
@@ -443,7 +443,6 @@ static void gamt_rebuild_hosts(struct gamt_window *gamt)
gtk_action_group_add_actions(gamt->hosts_ag, &entry, 1, gamt);
}
pos += sprintf(hosts_xml+pos, "%s", hosts_xml_end);
- fprintf(stderr, "%s", hosts_xml);
/* add */
gtk_ui_manager_insert_action_group(gamt->ui, gamt->hosts_ag, 1);