Browse Source

remove console log

pull/186/head
thecooltechguy 12 months ago
parent
commit
33fceda559
  1. 1
      js/comfyui-share.js

1
js/comfyui-share.js vendored

@ -34,7 +34,6 @@ docStyle.innerHTML = `
document.head.appendChild(docStyle);
export function getPotentialOutputsAndOutputNodes(nodes) {
console.log({ nodes });
const potential_outputs = [];
const potential_output_nodes = [];

Loading…
Cancel
Save