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