From: Derek Date: Wed, 2 Jun 2010 18:22:57 +0000 (-0400) Subject: Removed a debug output statement that piggybacked into the last commit X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25b5870b880bd307a86067ec92c88c2cdf127f67;p=bamtools.git Removed a debug output statement that piggybacked into the last commit --- diff --git a/bamtools_count.cpp b/bamtools_count.cpp index 47e9965..7a2de0d 100644 --- a/bamtools_count.cpp +++ b/bamtools_count.cpp @@ -113,7 +113,6 @@ int CountTool::Run(int argc, char* argv[]) { // validate start ref & position int startRefID = reader.GetReferenceID(startChrom); - cout << "startRefID: " << startRefID << endl; // startRefID not found if ( startRefID == (int)references.size() ) {