summaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
Diffstat (limited to 'src/node')
-rw-r--r--src/node/handler/ExportHandler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node/handler/ExportHandler.js b/src/node/handler/ExportHandler.js
index 8e7c070b..5e7d6de4 100644
--- a/src/node/handler/ExportHandler.js
+++ b/src/node/handler/ExportHandler.js
@@ -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){