chore(#65): Comment out test code

This commit is contained in:
Josh Creek
2024-10-30 21:08:20 +00:00
parent 9253926c7d
commit fe1f49090c
+4 -4
View File
@@ -32,9 +32,9 @@ const logger = createLogger({
}); });
// Uncomment this for testing your initial logging setup // Uncomment this for testing your initial logging setup
logger.log({ // logger.log({
level: 'info', // level: 'info',
message: 'Logger successfully setup' // message: 'Logger successfully setup'
}); // });
export default logger; export default logger;