perf: remove console (log, debug, and warn) messages

This commit is contained in:
liyasthomas
2021-11-05 13:41:25 +05:30
parent 68aa54bdb7
commit a63c0817cc
5 changed files with 16 additions and 25 deletions

View File

@@ -37,9 +37,9 @@ const dispatchers = defineDispatchers({
{ newIndex }: { newIndex: number }
) {
if (newIndex >= environments.length || newIndex <= -2) {
console.log(
`Ignoring possibly invalid current environment index assignment (value: ${newIndex})`
)
// console.log(
// `Ignoring possibly invalid current environment index assignment (value: ${newIndex})`
// )
return {}
}