From: Diane Trout Date: Fri, 3 Aug 2007 01:49:56 +0000 (+0000) Subject: remove excess cout call X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=937011080419eadb2bd072c4a1edf29534cf0629;hp=944d43be5db80cddba58cecb12bedcbe451bb3f7 remove excess cout call --- diff --git a/alg/mussa.cpp b/alg/mussa.cpp index cda06ff..b538ecc 100644 --- a/alg/mussa.cpp +++ b/alg/mussa.cpp @@ -494,7 +494,6 @@ Mussa::load_mupa_stream(std::istream& para_file, fs::path& file_path_base) threshold = atoi(tokens[1].c_str()); } else if (tokens[0] == "SEQUENCE") { if (parsing_state == INSEQUENCE) { - cout << "seq_file_name call2" << seq_file << endl; load_sequence(seq_file, annot_file, fasta_index, sub_seq_start, sub_seq_end); parsing_state = START;