Skip to content

Commit

Permalink
chore: remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshx committed Jan 15, 2024
1 parent 598081e commit 31ebd53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ export async function saveCapture(
calls = removeUnserializableValues(calls)
functions = removeUnserializableValues(functions)

console.log(4)

const processCallsResult = newSafeStringify(calls).andThen(newSafeParse<CapturedCall[]>)
if (processCallsResult.err) {
return processCallsResult
Expand Down

0 comments on commit 31ebd53

Please sign in to comment.