remove unused variable

pull/2849/head
John McLear 2015-12-01 17:40:16 +00:00
parent 4ae88b2ee7
commit 1a8462fb4f
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ exports.doExport = function(req, res, padId, type)
{
destFile = tempDirectory + "/etherpad_export_" + randNum + "." + type;
var handledByPlugin = false;
// Allow plugins to overwrite the convert in export process
hooks.aCallAll("exportConvert", {srcFile: srcFile, destFile: destFile}, function(err, result){
if(!err && result.length > 0){