Skip to content

Commit c22e761

Browse files
committed
Remove print statement
1 parent c2a20cb commit c22e761

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry/src/test/java/io/sentry/ExternalOptionsTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ class ExternalOptionsTest {
213213
fun `creates options with ignored exception patterns using external properties`() {
214214
val logger = mock<ILogger>()
215215
withPropertiesFile("ignored-exceptions=java.lang.RuntimeException,io.sentry..*", logger) { options ->
216-
System.out.println(options.ignoredExceptions)
217216
assertTrue(options.ignoredExceptions!!.contains("java.lang.RuntimeException"))
218217
assertTrue(options.ignoredExceptions!!.contains("io.sentry..*"))
219218
}

0 commit comments

Comments
 (0)