mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
remove console log
This commit is contained in:
parent
0676d2fe24
commit
99a239fa9a
@ -59,7 +59,6 @@ exports.doExport = function(req, res, padId, type)
|
||||
//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
|
||||
if(type == "etherpad"){
|
||||
console.log("Exporting Etherpad");
|
||||
exportEtherpad.getPadRaw(padId, function(err, pad){
|
||||
if(!err){
|
||||
res.send(pad);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user