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.