--- projects/libstatgrab/src/libstatgrab/process_stats.c 2003/02/28 22:59:35 1.2 +++ projects/libstatgrab/src/libstatgrab/process_stats.c 2003/03/01 02:12:59 1.3 @@ -60,7 +60,6 @@ process_stat_t *get_process_stats(){ if(atoi(dir_entry->d_name) == 0) continue; snprintf(filename, MAX_FILE_LENGTH, "/proc/%s/psinfo", dir_entry->d_name); - printf("Filename : %s\n", filename); if((f=fopen(filename, "r"))==NULL){ /* Open failed.. Process since vanished, or the path was too long. * Ah well, move onwards to the next one */