X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=b67e27c139024308fecd33da12e0db50beb09d38;hb=6c01a0e73a1cf063cf3dda6d72bbc71b863b56ae;hp=9ce07ae2caa58f11e39fa351da7c47174ee393c6;hpb=c198ca9808879cdf1cff1cec664137d937c0a3c0;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 9ce07ae2..b67e27c1 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;