Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Dec 11, 2023
1 parent 232a5b0 commit 9d10d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/spacetimedb_client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ describe("SpacetimeDBClient", () => {
});

test("it calls onUpdate callback when a record is added with a subscription update and then with a transaction update when the PK is of type Identity", async () => {
console.log("-----------------------------------------------");
const client = new SpacetimeDBClient(
"ws://127.0.0.1:1234",
"db",
Expand Down

0 comments on commit 9d10d32

Please sign in to comment.