mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
remove console log
This commit is contained in:
parent
0676d2fe24
commit
99a239fa9a
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ exports.doExport = function(req, res, padId, type)
|
||||||
//if this is a plain text export, we can do this directly
|
//if this is a plain text export, we can do this directly
|
||||||
// We have to over engineer this because tabs are stored as attributes and not plain text
|
// We have to over engineer this because tabs are stored as attributes and not plain text
|
||||||
if(type == "etherpad"){
|
if(type == "etherpad"){
|
||||||
console.log("Exporting Etherpad");
|
|
||||||
exportEtherpad.getPadRaw(padId, function(err, pad){
|
exportEtherpad.getPadRaw(padId, function(err, pad){
|
||||||
if(!err){
|
if(!err){
|
||||||
res.send(pad);
|
res.send(pad);
|
||||||
|
|
Loading…
Reference in a new issue