comment out some logs

This commit is contained in:
Girish Ramakrishnan
2026-01-31 12:09:55 +01:00
parent 1dec4f0070
commit dfe2d27709
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ describe('System', function () {
describe('logs', function () {
before(function () {
console.log(paths.BOX_LOG_FILE);
// console.log(paths.BOX_LOG_FILE);
fs.writeFileSync(paths.BOX_LOG_FILE, '2022-11-06T15:06:20.009Z box:apphealthmonitor app health: 0 alive / 0 dead.\n', 'utf8');
});