Removes a debug log.
This commit is contained in:
parent
92a6959e1c
commit
9deae2e6cd
|
@ -104,7 +104,6 @@ var Etherpad = (function (my) {
|
|||
function createIFrame() {
|
||||
etherpadIFrame = document.createElement('iframe');
|
||||
etherpadIFrame.src = domain + etherpadName + options;
|
||||
console.log("ETHER PAD URL", etherpadIFrame.src);
|
||||
etherpadIFrame.frameBorder = 0;
|
||||
etherpadIFrame.scrolling = "no";
|
||||
etherpadIFrame.width = $('#largeVideoContainer').width() || 640;
|
||||
|
|
Loading…
Reference in New Issue