Remove log

This commit is contained in:
Laurent Destailleur 2017-08-22 13:15:56 +02:00
parent 5cf684f5a2
commit d945047794

View File

@ -1027,7 +1027,7 @@ function document_preview(file, type, title)
}
function show_preview(mode) {
console.log("mode="+mode+" file="+file+" type="+type+" width="+width+" height="+height);
/* console.log("mode="+mode+" file="+file+" type="+type+" width="+width+" height="+height); */
var newElem = '<object name="objectpreview" data="'+file+'" type="'+type+'" width="'+object_width+'" height="'+object_height+'" param="noparam"></object>';
optionsbuttons = {}