Skip to content

Commit

Permalink
Revert "add console.log"
Browse files Browse the repository at this point in the history
This reverts commit c2fc494.
  • Loading branch information
tlgimenes committed Mar 17, 2024
1 parent 90424e3 commit 819d63a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/realtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ export class Realtime implements DurableObject {
for (const key of await this.fs.readdir(path)) {
const withContent = contentFilter !== false &&
key.startsWith(contentFilter);

console.log(
JSON.stringify({ path, file: await this.fs.readFile(key) }),
);

fs[key] = {
content: withContent ? await this.fs.readFile(key) : null,
};
Expand Down

0 comments on commit 819d63a

Please sign in to comment.