mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: remove debug code
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user