Remove console.log
This commit is contained in:
parent
5486e31d14
commit
1dcabe6751
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ export default function GenericNode({
|
|||
// any to avoid type conflict
|
||||
const Icon: any =
|
||||
nodeIconsLucide[data.type] || nodeIconsLucide[types[data.type]];
|
||||
console.log({ data, Icon, types: data.type || types[data.type], color: nodeColors[types[data.type]] })
|
||||
const name = nodeIconsLucide[data.type] ? data.type : types[data.type]
|
||||
const [validationStatus, setValidationStatus] = useState(null);
|
||||
// State for outline color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue