From 937011080419eadb2bd072c4a1edf29534cf0629 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 3 Aug 2007 01:49:56 +0000 Subject: [PATCH] remove excess cout call --- alg/mussa.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2