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

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