From 175c1a752b6c7a6d83bd683d19e734d1f1989914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 12 Jul 2023 14:38:22 +0200 Subject: [PATCH] Remove old comment referencing the project name It was obvious which project the comment was about. Also, no point having a TODO referencing what to do after upgrading to Rails 5.1, since we did it years ago. --- app/assets/javascripts/dashboard_graphs.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/javascripts/dashboard_graphs.js b/app/assets/javascripts/dashboard_graphs.js index 5f04d4749..b87bf8fce 100644 --- a/app/assets/javascripts/dashboard_graphs.js +++ b/app/assets/javascripts/dashboard_graphs.js @@ -2,8 +2,6 @@ //= require c3 //= require c3ext -// TODO: This module is complex enough to require its own tests. Rewrite it using Ecma6 class syntax and -// write tests for this feature after consul has been migrated to Rails 5.1 (function() { "use strict";