From 748851d8ab22a4f91a77e3a932427cda638ff42d Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 8 Jan 2008 16:12:29 +0000 Subject: removed stale printf --- Smoke/gtk_heightplots.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Smoke/gtk_heightplots.c b/Smoke/gtk_heightplots.c index c279094..0f74dc8 100644 --- a/Smoke/gtk_heightplots.c +++ b/Smoke/gtk_heightplots.c @@ -15,7 +15,6 @@ static GtkAdjustment *rho_adj, *vel_adj, *force_adj, *divv_adj, *divf_adj; static gboolean set_dataset(GtkToggleButton *button, gpointer data) { - printf("height: %d\n", heightplots_get_height()); if (gtk_toggle_button_get_active(button)) { switch ((int)data) { default: -- cgit v0.12