From 6a98656b27813f82f5a0a51ff47488408c2f630f Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Fri, 13 Sep 2019 17:35:33 +0200
Subject: [PATCH] Removed debug message

---
 .../jet-trajectory-graph/jet-trajectory-graph.component.ts       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/components/jet-trajectory-graph/jet-trajectory-graph.component.ts b/src/app/components/jet-trajectory-graph/jet-trajectory-graph.component.ts
index 50a014d99..079e3fcc8 100644
--- a/src/app/components/jet-trajectory-graph/jet-trajectory-graph.component.ts
+++ b/src/app/components/jet-trajectory-graph/jet-trajectory-graph.component.ts
@@ -249,7 +249,6 @@ export class JetTrajectoryGraphComponent extends ResultsComponent {
                 })
             });
         }
-        console.log("Y series", ret.length, ret);
         return ret;
     }
 
-- 
GitLab