@social-mail/social-mail-web-server 1.9.31 → 1.9.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-web-server",
3
- "version": "1.9.31",
3
+ "version": "1.9.32",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -135,7 +135,6 @@ export default class SnapshotService
135
135
  .first();
136
136
  if (templateFile) {
137
137
  const templateFileContent = await this.wcs.getSnapshotFile(ws, ["template.html"]);
138
- console.log({ text: await templateFileContent.readAsText()});
139
138
  // we need to save the file content..
140
139
  await this.storage.updateFile(templateFile, templateFileContent);
141
140
  await db.appFiles.statements.update({