remove console log

pull/2418/head
John McLear 2014-12-30 00:10:08 +01:00
parent 0676d2fe24
commit 99a239fa9a
1 changed files with 0 additions and 1 deletions

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