Browse Source

Removes a debug log.

j8
Yana Stamcheva 11 years ago
parent
commit
9deae2e6cd
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      etherpad.js

+ 0
- 1
etherpad.js View File

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

Loading…
Cancel
Save