Remove unused variable

This commit is contained in:
Girish Ramakrishnan
2019-10-14 16:07:45 -07:00
parent 9997cbddb8
commit 61b6bee946

View File

@@ -763,10 +763,6 @@ function install(data, user, auditSource, callback) {
error = validateDebugMode(debugMode);
if (error) return callback(error);
error = validateRobotsTxt(robotsTxt);
if (error) return callback(error);
error = validateBackupFormat(backupFormat);
if (error) return callback(error);
@@ -819,7 +815,6 @@ function install(data, user, auditSource, callback) {
mailboxName: mailboxName,
enableBackup: enableBackup,
enableAutomaticUpdate: enableAutomaticUpdate,
robotsTxt: robotsTxt,
alternateDomains: alternateDomains,
env: env,
label: label,