mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
remove logging
This commit is contained in:
parent
7f517eca0b
commit
313f390e7a
1 changed files with 0 additions and 2 deletions
|
@ -207,8 +207,6 @@ var padimpexp = (function()
|
||||||
// activate action to import in the form
|
// activate action to import in the form
|
||||||
$("#importform").attr('action', pad_root_url + "/import");
|
$("#importform").attr('action', pad_root_url + "/import");
|
||||||
|
|
||||||
console.log(clientVars);
|
|
||||||
|
|
||||||
//hide stuff thats not avaible if abiword/soffice is disabled
|
//hide stuff thats not avaible if abiword/soffice is disabled
|
||||||
if(clientVars.exportAvailable == "no")
|
if(clientVars.exportAvailable == "no")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue