From c4541b7ec09bccf2a677f1801d0b585152a3d4e5 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 29 Mar 2020 05:59:57 -0400 Subject: [PATCH] fix memory checking issue --- src/intervals/memory.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intervals/memory.ts b/src/intervals/memory.ts index 369ae19..b61451f 100644 --- a/src/intervals/memory.ts +++ b/src/intervals/memory.ts @@ -24,7 +24,6 @@ export default function memory(client: Client) { const mem = Number(await client.util.exec(`memory ${acc.username}`)) * 1000; // memory in megabytes const memoryConversion = mem / 1024 / 1024; - console.log(memoryLimits); const userLimits: { soft?: number, hard?: number } = {}; switch (acc.tier) { case 1: @@ -42,7 +41,6 @@ export default function memory(client: Client) { default: break; } - console.log(userLimits); /* if the user has exceeded their soft memory limit, which is the one described in the resource limit guidelines, we'll inform staff.