Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 10, 2023
1 parent 10b3b17 commit a1200fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/codegen/combinator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,8 @@ export function handleCombinator(expr: ParserExpression, fieldName: string, isFi
result.loadFunctionExpr = result.loadExpr
}
}
console.log('there')
if (result.storeExpr && !result.storeFunctionExpr) {
if (!storeExpr2) {
console.log('here')
storeExpr2 = result.storeExpr
}
if (result.typeParamExpr) {
Expand All @@ -300,13 +298,5 @@ export function handleCombinator(expr: ParserExpression, fieldName: string, isFi

result.storeExpr2 = storeExpr2

if (result.storeFunctionExpr && result.storeExpr && storeExpr2) {
console.log('log all')
console.log(toCode(result.storeFunctionExpr, {tabs: 0}))
console.log(toCode(result.storeExpr, {tabs: 0}))
console.log(toCode(storeExpr2, {tabs: 0}))
console.log(expr)
}

return result;
}

0 comments on commit a1200fa

Please sign in to comment.