Removed console.log messages
This commit is contained in:
@@ -252,15 +252,6 @@ const deleteVar = (index: number) => {
|
|||||||
const envExpandError = computed(() => {
|
const envExpandError = computed(() => {
|
||||||
const variables = pipe(vars.value)
|
const variables = pipe(vars.value)
|
||||||
|
|
||||||
console.log(
|
|
||||||
pipe(
|
|
||||||
variables,
|
|
||||||
A.exists(({ value }) =>
|
|
||||||
E.isLeft(parseMyVariablesString(value, variables))
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
return pipe(
|
return pipe(
|
||||||
variables,
|
variables,
|
||||||
A.exists(({ value }) => E.isLeft(parseMyVariablesString(value, variables)))
|
A.exists(({ value }) => E.isLeft(parseMyVariablesString(value, variables)))
|
||||||
|
|||||||
Reference in New Issue
Block a user