seathrun commited on
Commit
9ab871b
·
1 Parent(s): c78c2c3

logging update

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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;