Major analysis server update. Had to switch to a new server, and used the opportunity...
[htsworkflow.git] / htswanalysis / src / profile_reads_against_features.cpp
index 7f32b931ef602d3b42b4570ebcbd6237701a4cf5..ad48803fbcaf0a5c938784c0397758da1ac08cf4 100755 (executable)
@@ -75,9 +75,7 @@ int main(int argc, char** argv) {
   location_delim = ":";
   char strand_str[2]; strand_str[1] = '\0';
   ifstream seqs(filename);
-  unsigned int linenum = 0;
   while(seqs.peek() != EOF) {
-    cerr << ++linenum << endl;
     char line[2048];
     seqs.getline(line,2048,'\n');
     string line_str(line);