X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=b67e27c139024308fecd33da12e0db50beb09d38;hb=08c8544d6dc4564fbf3855b4946e4ffdc066c4b3;hp=9ce07ae2caa58f11e39fa351da7c47174ee393c6;hpb=c198ca9808879cdf1cff1cec664137d937c0a3c0;p=pspp diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 9ce07ae2ca..b67e27c139 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -347,7 +347,6 @@ insert_variable_callback (GObject *obj, gint var_num, gpointer data) variable = psppire_dict_get_variable (store->dict, var_num); posn = var_get_case_index (variable); - printf ("insert var_num=%d, posn=%d\n", var_num, posn); psppire_data_store_insert_value (store, var_get_width (variable), posn); #if AXIS_TRANSITION @@ -1017,7 +1016,6 @@ psppire_data_store_insert_value (PsppireDataStore *ds, else value_set_missing (&value, width); - printf("insert column width=%d\n", width); datasheet_insert_column (ds->datasheet, &value, width, where); return TRUE;