You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: core/src/main/kotlin/com/malinskiy/marathon/Marathon.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ class Marathon(
124
124
throwConfigurationException("Unknown test parser type for ${testParser::class}, should inherit from either ${LocalTestParser::class.simpleName} or ${RemoteTestParser::class.simpleName}")
125
125
}
126
126
}
127
-
}.let { println("Took $it ms") }
127
+
}.let { log.debug { "Parsing took $it ms" } }
128
128
129
129
usageTracker.meta(
130
130
version =BuildConfig.VERSION, releaseMode =BuildConfig.RELEASE_MODE, vendor =when (configuration.vendorConfiguration) {
0 commit comments