Explorar el Código

Removes a debug log.

master
Yana Stamcheva hace 11 años
padre
commit
9deae2e6cd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      etherpad.js

+ 0
- 1
etherpad.js Ver fichero

104
     function createIFrame() {
104
     function createIFrame() {
105
         etherpadIFrame = document.createElement('iframe');
105
         etherpadIFrame = document.createElement('iframe');
106
         etherpadIFrame.src = domain + etherpadName + options;
106
         etherpadIFrame.src = domain + etherpadName + options;
107
-                console.log("ETHER PAD URL", etherpadIFrame.src);
108
         etherpadIFrame.frameBorder = 0;
107
         etherpadIFrame.frameBorder = 0;
109
         etherpadIFrame.scrolling = "no";
108
         etherpadIFrame.scrolling = "no";
110
         etherpadIFrame.width = $('#largeVideoContainer').width() || 640;
109
         etherpadIFrame.width = $('#largeVideoContainer').width() || 640;

Loading…
Cancelar
Guardar