Skip to content

Commit fee1ee1

Browse files
committed
lint
1 parent 629751d commit fee1ee1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/main_endpoints/routes/LedSign.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ router.post('/updateSignText', async (req, res) => {
6464
logger.warn('/updateSignText was requested with an invalid token');
6565
return res.sendStatus(decoded.status);
6666
}
67-
console.log({
68-
'!LED_SIGN.ENABLED,': !LED_SIGN.ENABLED,
69-
'!runningInTest': !runningInTest,
70-
})
7167
if (!LED_SIGN.ENABLED && !runningInTest) {
7268
logger.warn('led sign is disabled, returning 200 by default');
7369
return res.sendStatus(OK);

0 commit comments

Comments
 (0)