Skip to content
Snippets Groups Projects
Commit 84e2b7b2 authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-946: Removed Console log

parent edfd50f8
No related branches found
No related tags found
1 merge request!941Resolves TMSS-946
...@@ -290,7 +290,6 @@ class ProjectReport extends Component { ...@@ -290,7 +290,6 @@ class ProjectReport extends Component {
tooltip: { tooltip: {
callbacks: { callbacks: {
label: function(tooltipItem, data) { label: function(tooltipItem, data) {
console.log(tooltipItem);
const itemData = _.find(resourceUtilization, ['type', tooltipItem.label]); const itemData = _.find(resourceUtilization, ['type', tooltipItem.label]);
if (tooltipItem.label === "Observing") { if (tooltipItem.label === "Observing") {
if (tooltipItem.dataset.label === "Succeeded / Utilized") { if (tooltipItem.dataset.label === "Succeeded / Utilized") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment