From 1d9013337078a1fc21d9c7cddbe90342ff65a456 Mon Sep 17 00:00:00 2001 From: Filip Dunder Date: Sat, 27 Apr 2024 22:06:49 +0200 Subject: [PATCH] remove irrelevant comment --- bot.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.ts b/bot.ts index 1ac613f..c42fd8d 100644 --- a/bot.ts +++ b/bot.ts @@ -57,7 +57,6 @@ export class Bot { // snipe list private readonly snipeListCache?: SnipeListCache; - // one token at the time private readonly semaphore: Semaphore; private sellExecutionCount = 0; private readonly stopLoss = new Map();