Skip to content

Commit

Permalink
chore: remove useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed May 22, 2024
1 parent 35d2692 commit 5e4827d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bot/src/processing/candles.processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export class CandlesProcessor {
logger.info(`CandlesProcessor: ${timeframe}. Found ${bots.length} bots`);

for (const bot of bots) {
logger.info(`Exec bot #${bot.id} template`);
const botProcessor = await BotProcessing.fromId(bot.id);

if (botProcessor.isBotStopped()) {
Expand All @@ -96,8 +95,6 @@ export class CandlesProcessor {
candles: history,
});
await botProcessor.placePendingOrders();

logger.info(`Exec bot #${bot.id} template done`);
}
}

Expand Down

0 comments on commit 5e4827d

Please sign in to comment.