oops, that debugging statement shouldn't've been checked in

This commit is contained in:
Charles Kerr 2007-07-10 03:45:58 +00:00
parent adb3d2399b
commit e45df69b9a
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ fastResumeLoadPriorities( tr_torrent_t * tor,
default: priority = TR_PRI_NORMAL; break;
}
tor->info.files[i].priority = priority;
fprintf( stderr, "file %d has a priority of %d\n", (int)i, tor->info.files[i].priority );
}
/* set the dnd flags */