Commit dfe0cc58 authored by p x's avatar p x
Browse files

注释无用日志

parent a22de494
......@@ -114,7 +114,7 @@ class AdasPushTask(
// sendMsg(channel, carDst.first())
continue
}
if (carDst.isNotEmpty()) {
else if (carDst.isNotEmpty()) {
carDst.forEachIndexed { index, string ->
// println("carIndex = ${carIndex}")
if (pushConfig.pushStart.get() == 0) {
......@@ -236,6 +236,7 @@ class AdasPushTask(
private fun pushV2x(channel: Channel) {
CoroutineScope(Dispatchers.Default).launch {
while (isActive) {
// println("-------------pushV2x carPos = ${carPos}")
if (pushConfig.pushStart.get() == 0) {
delay(100)
continue
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment