@budibase/server 2.6.19-alpha.51 → 2.6.19-alpha.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -31200,7 +31200,6 @@ var init_websocket2 = __esm({
31200
31200
  this.initialise().then(() => {
31201
31201
  this.io.on("connection", async (socket) => {
31202
31202
  socket.on("Heartbeat" /* Heartbeat */, async () => {
31203
- console.log(socket.data.email, "heartbeat received");
31204
31203
  await this.extendSessionTTL(socket.data.sessionId);
31205
31204
  });
31206
31205
  socket.on("disconnect", async () => {