Skip to content

Commit

Permalink
Refs #5464 - Remove stray call to std::cout.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Jun 26, 2012
1 parent a1f868a commit 6ca299c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/test/FileFinderTest.h
Expand Up @@ -316,7 +316,6 @@ class FileFinderTestPerformance : public CxxTest::TestSuite
// Create some dummy TOSCA run files to use.
Poco::File dir(m_dirPath);
dir.createDirectories();
std::cout << dir.path() << " = " << dir.exists() << std::endl;

for( size_t run = 0; run < m_filesInDir; ++run )
{
Expand Down

0 comments on commit 6ca299c

Please sign in to comment.