remove extra console.log lines

This commit is contained in:
Michael C
2021-10-20 00:59:08 -04:00
parent ac15686b47
commit 109578a3ed
3 changed files with 0 additions and 4 deletions

View File

@@ -79,7 +79,6 @@ describe("getStatus", () => {
it("Should be able to get loadavg only", (done) => {
client.get(`${endpoint}/loadavg`)
.then(res => {
console.log(res.data);
assert.strictEqual(res.status, 200);
assert.ok(Number(res.data[0]) >= 0);
assert.ok(Number(res.data[1]) >= 0);