Skip to content

Commit

Permalink
refs #4013. Remove dead debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Oct 28, 2011
1 parent 79b00ae commit 1c8048a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,6 @@ class NormaliseByVanadiumTest : public CxxTest::TestSuite
{
double expected= sampleWS->readY(i)[j];
double actual = result->readY(i)[j];
if(expected != actual)
{
double x = 1;
}
else
{
double y = 1;
}
TS_ASSERT_EQUALS(expected, actual);
}
}
Expand Down

0 comments on commit 1c8048a

Please sign in to comment.