remove console.log
This commit is contained in:
parent
57aa4d744c
commit
070cbfbb88
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ const SwitchOutputView: React.FC<SwitchOutputViewProps> = ({
|
|||
];
|
||||
let results = flowPoolNode?.data?.logs[outputName] ?? "";
|
||||
if (Array.isArray(results)) {
|
||||
console.error("Log results are an array", results);
|
||||
return;
|
||||
}
|
||||
const resultType = results?.type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue