Skip to content

Commit

Permalink
8.4.1 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Aug 8, 2022
1 parent 5187d93 commit b94c74e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Source code

.
2 changes: 0 additions & 2 deletions src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ async function loadApprovedDirectories() {
fromDir: upath.normalizeSafe(element.fromDirectory),
toDir: upath.normalizeSafe(element.toDirectory),
};

logger.verbose(`Adding normalized fileCopy directories ${JSON.stringify(newDirCombo, null, 2)}`);

fileCopyDirectories.push(newDirCombo);
Expand Down Expand Up @@ -465,7 +464,6 @@ async function loadApprovedDirectories() {
fromDir: upath.normalizeSafe(element.fromDirectory),
toDir: upath.normalizeSafe(element.toDirectory),
};

logger.verbose(`Adding normalized fileMove directories ${JSON.stringify(newDirCombo, null, 2)}`);

fileMoveDirectories.push(newDirCombo);
Expand Down

0 comments on commit b94c74e

Please sign in to comment.