*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2004-11-02 17:40:28 +00:00
parent 64b015875c
commit e6a160f291
3 changed files with 6 additions and 7 deletions

View File

@ -110,12 +110,10 @@ on_read (gpointer data)
rd = read (app->input_fd, &trace, sizeof (trace));
#if 0
g_print ("pid: %d\n", trace.pid);
for (i=0; i < trace.n_addresses; ++i)
g_print ("rd: %08x\n", trace.addresses[i]);
g_print ("-=-\n");
#endif
if (rd > 0 && app->profiling && !app->generating_profile)
{