libsysprof-analyze: remove debug code

This commit is contained in:
Christian Hergert
2023-06-27 12:37:23 -07:00
parent 92261dfc17
commit a880d02a84
2 changed files with 0 additions and 5 deletions

View File

@ -365,6 +365,4 @@ _sysprof_document_counter_calculate_range (SysprofDocumentCounter *self)
if (max_value_changed)
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MAX_VALUE]);
g_print ("%s %lf..%lf\n", self->name, self->min_value, self->max_value);
}

View File

@ -681,10 +681,7 @@ sysprof_document_load_counters (SysprofDocument *self)
}
if ((values = g_hash_table_lookup (self->counter_id_to_values, GUINT_TO_POINTER (id))))
{
g_print ("Adding counter to %d\n", id);
g_array_append_val (values, ctrval);
}
}
}
while (egg_bitset_iter_next (&iter, &i));