Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Jul 11, 2024
1 parent a64f305 commit 45ffa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
thickness: '',
rate: ''
}
$: console.log($paperHistoryStore.history)
let paperCount: Paper[] = [{ ...paperFields, id: makeid(5) }]
let perPaperResult: Map<string, number> = new Map()
let finalPrice: number = 0
Expand Down

0 comments on commit 45ffa99

Please sign in to comment.