We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2412e1 commit b4d4e81Copy full SHA for b4d4e81
lib/src/main/kotlin/at/bitfire/vcard4android/contactrow/EventHandler.kt
@@ -78,9 +78,7 @@ object EventHandler : DataRowHandler() {
78
} else {
79
PartialDate.parse(dateStr)
80
}
81
- } catch (e: IllegalArgumentException) {
82
- System.err.println("Could not parse partial date: $dateStr")
83
- e.printStackTrace()
+ } catch (_: IllegalArgumentException) {
84
null
85
86
0 commit comments