Skip to content

Commit a8f784b

Browse files
abidlabsgradio-pr-botfreddyaboulton
authored
clean up some console logs (#12336)
* changes * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com>
1 parent 83d92fd commit a8f784b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.changeset/pink-nights-film.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@gradio/core": minor
3+
"gradio": minor
4+
---
5+
6+
feat:clean up some console logs

js/core/src/init.svelte.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,6 @@ function handle_visibility(
466466
root: string
467467
): ProcessedComponentMeta {
468468
// Check if the node is visible
469-
console.log(
470-
"Checking visibility for node:",
471-
node.id,
472-
node.props.shared_props.visible,
473-
node.component
474-
);
475469
if (node.props.shared_props.visible && !node.component) {
476470
const result: ProcessedComponentMeta = {
477471
...node,

0 commit comments

Comments
 (0)