Removes a debug log.

This commit is contained in:
Yana Stamcheva 2014-02-13 13:11:52 +01:00
parent 92a6959e1c
commit 9deae2e6cd
1 changed files with 0 additions and 1 deletions

View File

@ -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;