Skip to content

Commit

Permalink
Update apps/meteor/app/file/server/file.server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
  • Loading branch information
ggazzo and MarcosSpessatto authored Jan 3, 2025
1 parent f82dfcf commit 0185114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/app/file/server/file.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class GridFS implements IRocketChatFileStore {

async getFileWithReadStream(fileName: string) {
const file = await this.findOne(fileName);
console.log('getFileWithReadStream', file);
if (!file) {
return;
}
Expand Down

0 comments on commit 0185114

Please sign in to comment.