]> git.donarmstrong.com Git - bamtools.git/commitdiff
Removed a debug output statement that piggybacked into the last commit
authorDerek <derekwbarnett@gmail.com>
Wed, 2 Jun 2010 18:22:57 +0000 (14:22 -0400)
committerDerek <derekwbarnett@gmail.com>
Wed, 2 Jun 2010 18:22:57 +0000 (14:22 -0400)
bamtools_count.cpp

index 47e9965fc4f4c251b82b902bbca907ef71f6bfc8..7a2de0da210b40844e2528f6b64076078c6884fb 100644 (file)
@@ -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() ) {