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);
}