logging update
Browse files
app.py
CHANGED
@@ -28,7 +28,6 @@ shortcut_js = """
|
|
28 |
let has_spoken = false;
|
29 |
function repeat() {
|
30 |
let iframe_handle = document.getElementById("inner-iframe");
|
31 |
-
console.log(iframe_handle);
|
32 |
if (iframe_handle)
|
33 |
{
|
34 |
let inner_doc = iframe_handle.contentDocument || iframe_handle.contentWindow.document;
|
|
|
28 |
let has_spoken = false;
|
29 |
function repeat() {
|
30 |
let iframe_handle = document.getElementById("inner-iframe");
|
|
|
31 |
if (iframe_handle)
|
32 |
{
|
33 |
let inner_doc = iframe_handle.contentDocument || iframe_handle.contentWindow.document;
|