Skip to content

Commit 152a203

Browse files
committed
Remove debug log
1 parent 30c9015 commit 152a203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/omega_r/base/crash/RocketChatSenderCrashWay.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RocketChatSenderCrashWay(private val webHookUrl: String) : CrashSender.Sen
4242
}
4343

4444
override fun onResponse(call: Call, response: Response) {
45-
Log.d("Testic", response.message())
45+
// nothing
4646
}
4747

4848
})

0 commit comments

Comments
 (0)