Skip to content

Commit

Permalink
删除 println
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Mar 3, 2024
1 parent f370638 commit a1f1081
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jvmMain/kotlin/state/AppState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,8 @@ class AppState {

/** 保存全局的设置信息 */
fun saveGlobalState() {
println("Not Setting Dispatchers.IO")
println("OutSide runBlocking Thread Name:"+Thread.currentThread().name)
runBlocking {
launch (Dispatchers.IO){
println("Current Thread Name:"+Thread.currentThread().name)
val globalData = GlobalData(
global.type,
global.isDarkTheme,
Expand Down

0 comments on commit a1f1081

Please sign in to comment.