From fef2957d604a0d0fb289e4b841b29ca2009a4a70 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 15 Apr 2023 23:46:15 +0200 Subject: [PATCH] removing a done TODO --- docs/BatchCodeDetailsView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/BatchCodeDetailsView.js b/docs/BatchCodeDetailsView.js index 6cc53821dd2..b4fe59ff093 100644 --- a/docs/BatchCodeDetailsView.js +++ b/docs/BatchCodeDetailsView.js @@ -16,7 +16,6 @@ class BatchCodeDetailsView { this.#histogramChartView = new HistogramChartView(this.#chartWithSlider.querySelector("canvas")); } - // FK-TODO: unbind all events here and in HistogramChartView displayBatchCodeDetails(batchcode) { this .#loadHistoDescrs(batchcode)