feat:移除不必要的debug-toast

This commit is contained in:
max
2024-07-11 17:21:32 +08:00
parent ecf42e368e
commit 711135ae90

View File

@@ -99,9 +99,6 @@ class GameEngineAbility : SudEngineAbility() {
jsonObject.put("value0", roundId)
val extras = jsonObject.toString()
logD("autoPlayGame roundId:${roundId}")
if (BuildConfig.DEBUG) {
SingleToastUtil.showToast("value0:${roundId}")
}
sudFSTAPP.notifyAPPCommonSelfPlaying(true, extras, "value0")
}
}