Changeset 31340


Ignore:
Timestamp:
2017-01-23T22:16:06+13:00 (7 years ago)
Author:
davidb
Message:

Test worked OK. Removing debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/vol-checker/src/org/hathitrust/extractedfeatures/VolumeCheck.java

    r31339 r31340  
    278278                    byte[] buf = new byte[1024];
    279279                   
    280                     int total_num_bytes = 0;
     280                    //int total_num_bytes = 0;
    281281                   
    282282                    //int num_bytes;
     
    287287                        }
    288288                        bos.write(buf,0,num_bytes);
    289                         total_num_bytes += num_bytes;
     289                        //total_num_bytes += num_bytes;
    290290                    }
    291291                   
    292                     System.err.println("*** total num bytes = " + total_num_bytes);
     292                    //System.err.println("*** total num bytes = " + total_num_bytes);
     293
    293294                    /*
    294295                    for (int nChunk = bis.read(buf); nChunk!=-1; nChunk = bis.read(buf))
Note: See TracChangeset for help on using the changeset viewer.