remove a useless debugging message
authorDiane Trout <diane@caltech.edu>
Mon, 12 Jun 2006 22:16:51 +0000 (22:16 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 12 Jun 2006 22:16:51 +0000 (22:16 +0000)
qui/ThresholdWidget.cpp

index 120a349b96c63607dcaeeb3db746b215dd56b781..98b7ba01d41397a7fc696a97aef082bf338a494d 100644 (file)
@@ -68,7 +68,6 @@ void ThresholdWidget::setBasepairThreshold(int threshold)
 
 void ThresholdWidget::updatePercentThreshold()
 {
-  std::cout << "update percent" << std::endl;
   int min_percent = (int)fmaxl(0.0, roundl(ratio()*100));
   QString label;
   label.setNum(min_percent);