remove console.log
This commit is contained in:
parent
5e65397773
commit
565a62d87c
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ export default function ParameterComponent({
|
|||
|
||||
function renderTooltips() {
|
||||
let groupedObj = groupByFamily(myData, tooltipTitle, left, flow);
|
||||
console.log(groupedObj)
|
||||
|
||||
if (groupedObj && groupedObj.length > 0) {
|
||||
refHtml.current = groupedObj.map((item, i) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue