Skip to content

Commit

Permalink
Remove cout statement
Browse files Browse the repository at this point in the history
Refs #9749
  • Loading branch information
martyngigg committed Jun 25, 2014
1 parent 91731e8 commit 52c2851
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -70,9 +70,6 @@ namespace Mantid

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);
}
private:
Expand Down

0 comments on commit 52c2851

Please sign in to comment.