|
From: <ds...@us...> - 2010-08-10 23:12:03
|
Revision: 5102
http://sashimi.svn.sourceforge.net/sashimi/?rev=5102&view=rev
Author: dshteyn
Date: 2010-08-10 23:11:56 +0000 (Tue, 10 Aug 2010)
Log Message:
-----------
Remove debug message
Modified Paths:
--------------
branches/4-4/trans_proteomic_pipeline/src/Parsers/Algorithm2XML/RTCalculator.cxx
Modified: branches/4-4/trans_proteomic_pipeline/src/Parsers/Algorithm2XML/RTCalculator.cxx
===================================================================
--- branches/4-4/trans_proteomic_pipeline/src/Parsers/Algorithm2XML/RTCalculator.cxx 2010-08-10 22:15:28 UTC (rev 5101)
+++ branches/4-4/trans_proteomic_pipeline/src/Parsers/Algorithm2XML/RTCalculator.cxx 2010-08-10 23:11:56 UTC (rev 5102)
@@ -1173,7 +1173,7 @@
if (ready_) return True;
run_RT_used_count_ = 0;
- cout << "DDS: probsSize=" << probs->size() << " runRTNum=" << run_RT_count_<< endl;
+ // cout << "DDS: probsSize=" << probs->size() << " runRTNum=" << run_RT_count_<< endl;
assert(probs->size() == run_RT_count_);
int i;
for (i=0; i<run_RT_count_; i++) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|