Skip to content
Snippets Groups Projects
Commit 52c28517 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Remove cout statement

Refs #9749
parent 91731e89
No related branches found
Tags 0.3.0
No related merge requests found
...@@ -70,9 +70,6 @@ namespace Mantid ...@@ -70,9 +70,6 @@ namespace Mantid
bool isEnabled (const IPropertyManager *algo) const bool isEnabled (const IPropertyManager *algo) const
{ {
bool P1= Prop1->isEnabled( algo);
bool P2=Prop2->isEnabled(algo);
std::cout<<"isEnabled="<<P1<<","<<P2<<std::endl;
return Prop1->isEnabled( algo)&& Prop2->isEnabled(algo); return Prop1->isEnabled( algo)&& Prop2->isEnabled(algo);
} }
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment