Skip to content

Commit 2aa41a5

Browse files
committed
remove logs
1 parent 4dc23c2 commit 2aa41a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/controllers/handleEmoteUnlockConfig.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ export const handleEmoteUnlockConfig = async (req: Request, res: Response) => {
3838
Body: buffer,
3939
});
4040

41-
const result = await client.send(putObjectCommand);
42-
console.log("🚀 ~ handleEmoteUnlockConfig.ts:42 ~ result:", result);
41+
await client.send(putObjectCommand);
4342

4443
emotePreviewUrl = `https://${bucketName}.s3.us-east-1.amazonaws.com/${fileName}`;
45-
console.log("🚀 ~ handleEmoteUnlockConfig.ts:45 ~ emotePreviewUrl:", emotePreviewUrl);
4644
} catch (error) {
4745
console.error("Error uploading file:", error);
4846
}

0 commit comments

Comments
 (0)