remove console log

This commit is contained in:
John McLear 2014-12-30 00:10:08 +01:00
parent 0676d2fe24
commit 99a239fa9a

View file

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