feat:移除不必要的debug-toast
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user