remove unused variable
parent
4ae88b2ee7
commit
1a8462fb4f
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue