removed an unused variable, because I was using it for those console.logs which I just deleted

This commit is contained in:
Stephen Ward 2018-09-24 19:17:19 -04:00
parent 833ac62c45
commit f3a7170133
1 changed files with 0 additions and 1 deletions

View File

@ -1930,7 +1930,6 @@ function validateAndMaskMode(value, def, callback) {
}
if (isUint32(value)) {
let newMode = value & FULL_READ_WRITE_EXEC_PERMISSIONS;
return value & FULL_READ_WRITE_EXEC_PERMISSIONS;
}