Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed Dec 18, 2023
1 parent e555ef7 commit d2f82b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const getNotUpgradeableMessage = (
if (getRecentUpgradeInfoForAgent(agent).hasBeenUpgradedRecently) {
const timeToWaitMins = getRecentUpgradeInfoForAgent(agent).timeToWaitMins;
const elapsedMinsSinceUpgrade = getRecentUpgradeInfoForAgent(agent).elapsedMinsSinceUpgrade;
// const upgradeStarted = moment().subtract(AGENT_UPGRADE_COOLDOWN_IN_MIN - timeToWaitMins).minutes();
return `agent was upgraded ${elapsedMinsSinceUpgrade} minutes ago, please wait ${timeToWaitMins} minutes before attempting the upgrade again.`;
}
const agentVersionNumber = semverCoerce(agentVersion);
Expand Down

0 comments on commit d2f82b0

Please sign in to comment.