Skip to content

Commit

Permalink
fix(pglite/live): Remove a debug console.log from the live query plug…
Browse files Browse the repository at this point in the history
…in (#457)
  • Loading branch information
samwillis authored Dec 8, 2024
1 parent c3d98d5 commit fa13714
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-pianos-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@electric-sql/pglite': patch
---

Remove a debug console.log from the live query plugin
1 change: 0 additions & 1 deletion packages/pglite/src/live/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ const setup = async (pg: PGliteInterface, _emscriptenOpts: any) => {
)
).rows[0].count
if (newTotalCount !== totalCount) {
console.log('newTotalCount', newTotalCount)
// The total count has changed, refresh the query
totalCount = newTotalCount
refresh()
Expand Down

0 comments on commit fa13714

Please sign in to comment.