removed extraneous print

svn path=/trunk/boinc/; revision=758
This commit is contained in:
Eric Heien 2002-12-18 19:11:12 +00:00
parent cbb50518f2
commit 7509d99ac0
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
//
int CLIENT_STATE::make_slot_dirs() {
unsigned int i;
printf("num slots is: %d\n",nslots);
for (i=0; i<nslots; i++) {
make_slot_dir(i);
}