From 0adbfe5f3e514017cf8d43ce2009d612dabfe557 Mon Sep 17 00:00:00 2001 From: Pete Harverson Date: Thu, 19 May 2016 13:22:14 +0100 Subject: [PATCH] Removed unnecessary comment. --- public/prelert_swimlane_vis.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/prelert_swimlane_vis.js b/public/prelert_swimlane_vis.js index 99c3dc0..18267d7 100644 --- a/public/prelert_swimlane_vis.js +++ b/public/prelert_swimlane_vis.js @@ -18,11 +18,6 @@ **************************************************************************** */ -/* - * Swimlane visualization, displaying the behavior of a metric over time across - * different values of fields in Prelert results. - */ - define(function(require) { require('plugins/prelert_swimlane_vis/prelert_swimlane_vis_controller.js');