From 244abd142710206de320aada63dea8be9b9c6144 Mon Sep 17 00:00:00 2001 From: ashkan Date: Mon, 20 May 2019 11:39:44 +0200 Subject: [PATCH] remove the comments --- src/javascript/app/Stores/Modules/Contract/contract-store.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/javascript/app/Stores/Modules/Contract/contract-store.js b/src/javascript/app/Stores/Modules/Contract/contract-store.js index e973839faad5..ca4a8f1ec89c 100644 --- a/src/javascript/app/Stores/Modules/Contract/contract-store.js +++ b/src/javascript/app/Stores/Modules/Contract/contract-store.js @@ -83,8 +83,6 @@ export default class ContractStore extends BaseStore { // setters for ongoing contracts, will only init once onMount after left_epoch is set } else if (!this.is_left_epoch_set) { - // For tick contracts, it is necessary to set the chartType and granularity after saving and clearing trade layout - // TODO: Fix issue with setting start_epoch and loading ongoing contract from positions if (this.is_from_positions) { SmartChartStore.setContractStart(date_start); }