From 25b5870b880bd307a86067ec92c88c2cdf127f67 Mon Sep 17 00:00:00 2001 From: Derek Date: Wed, 2 Jun 2010 14:22:57 -0400 Subject: [PATCH] Removed a debug output statement that piggybacked into the last commit --- bamtools_count.cpp | 1 - 1 file changed, 1 deletion(-) 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() ) { -- 2.39.5