Skip to content

Commit 907e9e1

Browse files
committed
remove testing cruft
1 parent 0f238a5 commit 907e9e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/internal/access-list.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,10 @@ const internalAccessList = {
480480

481481
return new Promise((resolve, reject) => {
482482
let htpasswd_file = internalAccessList.getFilename(list);
483-
let nginx_file = internalAccessList.getFilename(list) + '.conf';
484483

485484
// 1. remove any existing access file
486485
try {
487486
fs.unlinkSync(htpasswd_file);
488-
fs.unlinkSync(nginx_file);
489487
} catch (err) {
490488
// do nothing
491489
}

0 commit comments

Comments
 (0)