Skip to content

Commit 4a3dfd1

Browse files
committed
refactor: remove redundant console log in server.js for cleaner output
1 parent e8f872a commit 4a3dfd1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,4 @@ process.on('SIGTERM', async () => {
157157
const PORT = process.env.PORT || 3000;
158158
server.listen(PORT, () => {
159159
console.log(`WhatsApp HTTP Service running on :${PORT}`);
160-
console.log('Features: QR timeout handling, session replacement, RESTful API');
161160
});

0 commit comments

Comments
 (0)