Changeset 2049


Ignore:
Timestamp:
03/15/11 23:36:08 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2718

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Commented out debug messages.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2041 r2049  
    10361036  String sep = "" ;
    10371037  String tmpStr = obsMode.substr( 0, obsMode.find_first_of( "," ) ) ;
    1038   os_ << "tmpStr = " << tmpStr << LogIO::POST ;
     1038  //os_ << "tmpStr = " << tmpStr << LogIO::POST ;
    10391039  //if ( obsMode.find( ":" ) != String::npos ) {
    10401040  if ( tmpStr.find( ":" ) != String::npos ) {
     
    10491049    sep = "_" ;
    10501050  }
    1051   os_ << "separator = " << sep << LogIO::POST ;
     1051  //os_ << "separator = " << sep << LogIO::POST ;
    10521052
    10531053  // determine SRCTYPE
Note: See TracChangeset for help on using the changeset viewer.