From 389b0cc9b4d339c6a2f3f56622cf90f7039e58d4 Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 9 Sep 2010 23:45:21 -0400 Subject: [PATCH] Removed debug output statement that slipped into last commit. --- src/api/BamIndex.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/BamIndex.cpp b/src/api/BamIndex.cpp index 71b8da4..ab03d44 100644 --- a/src/api/BamIndex.cpp +++ b/src/api/BamIndex.cpp @@ -394,8 +394,6 @@ void BamStandardIndex::BamStandardIndexPrivate::InsertLinearOffset(LinearOffsetV bool BamStandardIndex::Jump(const BamRegion& region) { - cerr << "Jumping in BAI" << endl; - if ( m_reader == 0 || m_BGZF == 0 || !m_reader->IsOpen() ) { fprintf(stderr, "ERROR: Could not jump: invalid BamReader state.\n"); return false; -- 2.39.5