mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
refactor: 变更部分非重要的控制台日志级别
This commit is contained in:
parent
ebc0add96a
commit
36fffe4df1
@ -736,7 +736,7 @@ function addItemToPositionBox(item) {
|
||||
pb[j][i].el = item
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
console.warn(e)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -772,7 +772,7 @@ function removeItemFromPositionBox(item) {
|
||||
pb[j][i].el = false
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
console.warn(e)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user