Skip to content

Commit 744ddd3

Browse files
committed
Removed console log
1 parent bdb7cdf commit 744ddd3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugins/LocalVisage/frontend.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
(function () {
22
"use strict";
3-
console.log("LocalVisage frontend.js loaded");
4-
console.log("stash7dJx1qP:", stash7dJx1qP);
53
// Using CDN version of @gradio/client to avoid bundling issues
64
// import { Client, handle_file } from "@gradio/client";
75

@@ -14557,9 +14555,8 @@
1455714555
init(this, options, instance, create_fragment, safe_not_equal, {});
1455814556
}
1455914557
}
14560-
console.log("Local Faces loaded");
14558+
1456114559
stash7dJx1qP.stash.addEventListener("page:scene", function () {
14562-
console.log("Local Faces scene toolbar");
1456314560
let elms = ".scene-toolbar-group:nth-child(1)";
1456414561
waitForElm(elms).then(() => {
1456514562
const e = document.querySelector(elms);

0 commit comments

Comments
 (0)