Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranMn committed Mar 4, 2025
1 parent 582b35e commit 784dfa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/@local/hash-isomorphic-utils/src/data-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export const createConversionFunction = (
evaluatedValue = evaluateExpression(conversion.expression, {
self: evaluatedValue,
});
console.log({ evaluatedValue });
}

return evaluatedValue;
Expand Down

0 comments on commit 784dfa8

Please sign in to comment.