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

注释无用日志

parent a22de494
...@@ -114,7 +114,7 @@ class AdasPushTask( ...@@ -114,7 +114,7 @@ class AdasPushTask(
// sendMsg(channel, carDst.first()) // sendMsg(channel, carDst.first())
continue continue
} }
if (carDst.isNotEmpty()) { else if (carDst.isNotEmpty()) {
carDst.forEachIndexed { index, string -> carDst.forEachIndexed { index, string ->
// println("carIndex = ${carIndex}") // println("carIndex = ${carIndex}")
if (pushConfig.pushStart.get() == 0) { if (pushConfig.pushStart.get() == 0) {
...@@ -236,6 +236,7 @@ class AdasPushTask( ...@@ -236,6 +236,7 @@ class AdasPushTask(
private fun pushV2x(channel: Channel) { private fun pushV2x(channel: Channel) {
CoroutineScope(Dispatchers.Default).launch { CoroutineScope(Dispatchers.Default).launch {
while (isActive) { while (isActive) {
// println("-------------pushV2x carPos = ${carPos}")
if (pushConfig.pushStart.get() == 0) { if (pushConfig.pushStart.get() == 0) {
delay(100) delay(100)
continue 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