Changeset 14369


Ignore:
Timestamp:
08/14/12 12:27:11 (12 years ago)
Author:
tbretz
Message:
Removed an obsolete debug output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimState.h

    r14351 r14369  
    4848
    4949public:
    50     DimState() { std::cout << "DefCon" << std::endl; }
     50    DimState() { }
    5151    DimState(const std::string &n, const std::string s="STATE") : server(n),
    5252        service(n+"/"+s),
Note: See TracChangeset for help on using the changeset viewer.