瀏覽代碼

Removes a debug log.

j8
Yana Stamcheva 11 年之前
父節點
當前提交
9deae2e6cd
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      etherpad.js

+ 0
- 1
etherpad.js 查看文件

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…
取消
儲存