LUCENE-6019: remove printStackTrace

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633775 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-10-23 09:05:38 +00:00
parent ca5063df99
commit 748fd311e6
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ public class TestAssertions extends LuceneTestCase {
}
} catch (AssertionError e) {
// expected
e.printStackTrace(System.out);
}
}
}